diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-12 17:42:48 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-12 17:42:48 -0500 |
| commit | 823e334ecd247dd49ca2c5c90414435d77135340 (patch) | |
| tree | 3e015dacfcf51fc0d0dba5541084363843e64358 /include | |
| parent | 6ce4436c9cbe903af935291aa219fd6f4c85722d (diff) | |
| parent | 9b64c09bb960b4ccae2a42e204cd70f83b115e3d (diff) | |
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
Pull documentation update from Jonathan Corbet:
"Here's my set of accumulated documentation changes for 3.19.
It includes a couple of additions to the coding style document, some
fixes for minor build problems within the documentation tree, the
relocation of the kselftest docs, and various tweaks and additions.
A couple of changes reach outside of Documentation/; they only make
trivial comment changes and I did my best to get the required acks.
Complete with a shiny signed tag this time around"
* tag 'docs-for-linus' of git://git.lwn.net/linux-2.6:
kobject: grammar fix
Input: xpad - update docs to reflect current state
Documentation: Build mic/mpssd only for x86_64
cgroups: Documentation: fix wrong cgroupfs paths
Documentation/email-clients.txt: add info about Claws Mail
CodingStyle: add some more error handling guidelines
kselftest: Move the docs to the Documentation dir
Documentation: fix formatting to make 's' happy
Documentation: power: Fix typo in Documentation/power
Documentation: vm: Add 1GB large page support information
ipv4: add kernel parameter tcpmhash_entries
Documentation: Fix a typo in mailbox.txt
treewide: Fix typo in Documentation/DocBook/device-drivers
CodingStyle: Add a chapter on conditional compilation
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fence.h | 4 | ||||
| -rw-r--r-- | include/linux/i2c.h | 2 |
2 files changed, 3 insertions, 3 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 { | |||
| 128 | * from irq context, so normal spinlocks can be used. | 128 | * from irq context, so normal spinlocks can be used. |
| 129 | * | 129 | * |
| 130 | * A return value of false indicates the fence already passed, | 130 | * A return value of false indicates the fence already passed, |
| 131 | * or some failure occured that made it impossible to enable | 131 | * or some failure occurred that made it impossible to enable |
| 132 | * signaling. True indicates succesful enabling. | 132 | * signaling. True indicates successful enabling. |
| 133 | * | 133 | * |
| 134 | * fence->status may be set in enable_signaling, but only when false is | 134 | * fence->status may be set in enable_signaling, but only when false is |
| 135 | * returned. | 135 | * returned. |
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index b556e0ab946f..70ee0d3a2be3 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -359,7 +359,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info, | |||
| 359 | * to name two of the most common. | 359 | * to name two of the most common. |
| 360 | * | 360 | * |
| 361 | * The return codes from the @master_xfer field should indicate the type of | 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 | * Documentation file Documentation/i2c/fault-codes. | 363 | * Documentation file Documentation/i2c/fault-codes. |
| 364 | */ | 364 | */ |
| 365 | struct i2c_algorithm { | 365 | struct i2c_algorithm { |
