projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27e1d2
)
w1: w1_io.c: fix a kernel-doc warning
author
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Mon, 7 May 2018 09:35:54 +0000
(06:35 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 10 May 2018 21:42:42 +0000
(15:42 -0600)
Add a blank line to avoid this Sphinx warning:
./drivers/w1/w1_io.c:197: WARNING: Definition list ends without a blank line; unexpected unindent.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
drivers/w1/w1_io.c
patch
|
blob
|
history
diff --git
a/drivers/w1/w1_io.c
b/drivers/w1/w1_io.c
index
075d120
..
0364d33
100644
(file)
--- a/
drivers/w1/w1_io.c
+++ b/
drivers/w1/w1_io.c
@@
-194,6
+194,7
@@
static u8 w1_read_bit(struct w1_master *dev)
* bit 0 = id_bit
* bit 1 = comp_bit
* bit 2 = dir_taken
+ *
* If both bits 0 & 1 are set, the search should be restarted.
*
* Return: bit fields - see above