projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8dab77
)
spi: docbook: add missing parameter documentation
author
Martin Sperl
<kernel@martin.sperl.org>
Thu, 18 Feb 2016 15:53:11 +0000
(15:53 +0000)
committer
Mark Brown
<broonie@kernel.org>
Thu, 18 Feb 2016 17:00:12 +0000
(17:00 +0000)
Add missing docbook documentation for the gfp parameter
in function spi_replace_transfers.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi.c
b/drivers/spi/spi.c
index 390d9ee937b6e6186e35e35bddabca6bf6d39c3f..b0c5d45641ec58720612e1af701cc09f014e0299 100644
(file)
--- a/
drivers/spi/spi.c
+++ b/
drivers/spi/spi.c
@@
-2142,6
+2142,7
@@
static void __spi_replace_transfers_release(struct spi_master *master,
* @release: extra release code necessary in some circumstances
* @extradatasize: extra data to allocate (with alignment guarantees
* of struct @spi_transfer)
+ * @gfp: gfp flags
*
* Returns: pointer to @spi_replaced_transfers,
* PTR_ERR(...) in case of errors.