Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jonathan Corbet
f353d71f 0df1f248

+4 -4
+1 -1
drivers/dma-buf/fence.c
··· 283 283 * @cb: [in] the callback to remove 284 284 * 285 285 * Remove a previously queued callback from the fence. This function returns 286 - * true if the callback is succesfully removed, or false if the fence has 286 + * true if the callback is successfully removed, or false if the fence has 287 287 * already been signaled. 288 288 * 289 289 * *WARNING*:
+2 -2
include/linux/fence.h
··· 128 128 * from irq context, so normal spinlocks can be used. 129 129 * 130 130 * A return value of false indicates the fence already passed, 131 - * or some failure occured that made it impossible to enable 132 - * signaling. True indicates succesful enabling. 131 + * or some failure occurred that made it impossible to enable 132 + * signaling. True indicates successful enabling. 133 133 * 134 134 * fence->status may be set in enable_signaling, but only when false is 135 135 * returned.
+1 -1
include/linux/i2c.h
··· 359 359 * to name two of the most common. 360 360 * 361 361 * The return codes from the @master_xfer field should indicate the type of 362 - * error code that occured during the transfer, as documented in the kernel 362 + * error code that occurred during the transfer, as documented in the kernel 363 363 * Documentation file Documentation/i2c/fault-codes. 364 364 */ 365 365 struct i2c_algorithm {