diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-10-21 19:00:14 +0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-11-03 19:53:34 +0300 |
commit | f353d71f75394e518b4d939aea2030d8e239dd41 (patch) | |
tree | ccb5482025a3eed1f9edfc468cd3652852968a3a /include/linux/fence.h | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 (diff) | |
download | linux-f353d71f75394e518b4d939aea2030d8e239dd41.tar.xz |
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 'include/linux/fence.h')
-rw-r--r-- | include/linux/fence.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fence.h b/include/linux/fence.h index d174585b874b..39efee130d2b 100644 --- a/include/linux/fence.h +++ b/include/linux/fence.h @@ -128,8 +128,8 @@ struct fence_cb { * from irq context, so normal spinlocks can be used. * * A return value of false indicates the fence already passed, - * or some failure occured that made it impossible to enable - * signaling. True indicates succesful enabling. + * or some failure occurred that made it impossible to enable + * signaling. True indicates successful enabling. * * fence->status may be set in enable_signaling, but only when false is * returned. |