Commit f353d71f authored by Masanari Iida's avatar Masanari Iida Committed by Jonathan Corbet

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: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0df1f248
...@@ -283,7 +283,7 @@ EXPORT_SYMBOL(fence_add_callback); ...@@ -283,7 +283,7 @@ EXPORT_SYMBOL(fence_add_callback);
* @cb: [in] the callback to remove * @cb: [in] the callback to remove
* *
* Remove a previously queued callback from the fence. This function returns * 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. * already been signaled.
* *
* *WARNING*: * *WARNING*:
......
...@@ -128,8 +128,8 @@ struct fence_cb { ...@@ -128,8 +128,8 @@ struct fence_cb {
* from irq context, so normal spinlocks can be used. * from irq context, so normal spinlocks can be used.
* *
* A return value of false indicates the fence already passed, * A return value of false indicates the fence already passed,
* or some failure occured that made it impossible to enable * or some failure occurred that made it impossible to enable
* signaling. True indicates succesful enabling. * signaling. True indicates successful enabling.
* *
* fence->status may be set in enable_signaling, but only when false is * fence->status may be set in enable_signaling, but only when false is
* returned. * returned.
......
...@@ -359,7 +359,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info, ...@@ -359,7 +359,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info,
* to name two of the most common. * to name two of the most common.
* *
* The return codes from the @master_xfer field should indicate the type of * The return codes from the @master_xfer field should indicate the type of
* error code that occured during the transfer, as documented in the kernel * error code that occurred during the transfer, as documented in the kernel
* Documentation file Documentation/i2c/fault-codes. * Documentation file Documentation/i2c/fault-codes.
*/ */
struct i2c_algorithm { struct i2c_algorithm {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment