]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typo in Documentation/DocBook/device-drivers
authorMasanari Iida <standby24x7@gmail.com>
Tue, 21 Oct 2014 15:00:14 +0000 (00:00 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 3 Nov 2014 16:53:34 +0000 (11:53 -0500)
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>
drivers/dma-buf/fence.c
include/linux/fence.h
include/linux/i2c.h

index 7bb9d65d9a2c9c99f12314c537fa8cf00c0929ef..e5541117b3e915de7f08ecc38a58ec9f72bf2c12 100644 (file)
@@ -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*:
index d174585b874b926d77329d7e257e2b64a5d725b8..39efee130d2b01c3c45ed09e46e26734ec240be8 100644 (file)
@@ -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.
index b556e0ab946fbffd18d246435dc65663e188db54..70ee0d3a2be3676aae85435cb187f72c4a0292f2 100644 (file)
@@ -359,7 +359,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info,
  * to name two of the most common.
  *
  * 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.
  */
 struct i2c_algorithm {