diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2017-04-05 13:23:12 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2017-04-11 20:40:48 +0000 |
| commit | e0c34e900611a58c93adf463d096c5843eb1967a (patch) | |
| tree | 8232218145228258caa76bb97b99bf2123b202e9 /drivers/usb/core/message.c | |
| parent | usb.rst: get rid of some Sphinx errors (diff) | |
| download | kernel-e0c34e900611a58c93adf463d096c5843eb1967a.tar.gz kernel-e0c34e900611a58c93adf463d096c5843eb1967a.zip | |
usb: get rid of some ReST doc build errors
We need an space before a numbered list to avoid those warnings:
./drivers/usb/core/message.c:478: ERROR: Unexpected indentation.
./drivers/usb/core/message.c:479: WARNING: Block quote ends without a blank line; unexpected unindent.
./include/linux/usb/composite.h:455: ERROR: Unexpected indentation.
./include/linux/usb/composite.h:456: WARNING: Block quote ends without a blank line; unexpected unindent.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'drivers/usb/core/message.c')
| -rw-r--r-- | drivers/usb/core/message.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index 2184ef40a82a..4c38ea41ae96 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c @@ -474,6 +474,7 @@ EXPORT_SYMBOL_GPL(usb_sg_init); * significantly improve USB throughput. * * There are three kinds of completion for this function. + * * (1) success, where io->status is zero. The number of io->bytes * transferred is as requested. * (2) error, where io->status is a negative errno value. The number |
