diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-10-22 00:00:14 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-11-03 11:53:34 -0500 |
commit | f353d71f75394e518b4d939aea2030d8e239dd41 (patch) | |
tree | ccb5482025a3eed1f9edfc468cd3652852968a3a /drivers/dma-buf | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 (diff) | |
download | talos-obmc-linux-f353d71f75394e518b4d939aea2030d8e239dd41.tar.gz talos-obmc-linux-f353d71f75394e518b4d939aea2030d8e239dd41.zip |
treewide: Fix typo in Documentation/DocBook/device-drivers
This patch fix speeling typo found in html files within
Documentation/DocBook/device-drivers.
It is because html files are generated from comments in source,
so I have to fix comments in the source.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/dma-buf')
-rw-r--r-- | drivers/dma-buf/fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/fence.c b/drivers/dma-buf/fence.c index 7bb9d65d9a2c..e5541117b3e9 100644 --- a/drivers/dma-buf/fence.c +++ b/drivers/dma-buf/fence.c @@ -283,7 +283,7 @@ EXPORT_SYMBOL(fence_add_callback); * @cb: [in] the callback to remove * * Remove a previously queued callback from the fence. This function returns - * true if the callback is succesfully removed, or false if the fence has + * true if the callback is successfully removed, or false if the fence has * already been signaled. * * *WARNING*: |