Commit b1ebd3b0 authored by Mike Christie's avatar Mike Christie Committed by Martin K. Petersen

scsi: target: Fix htmldocs warning in target_submit_prep()

Fix warning:

drivers/target/target_core_transport.c:1661: WARNING: Block quote ends
without a blank line; unexpected unindent.

Link: https://lore.kernel.org/r/20210318225858.11863-1-michael.christie@oracle.comSigned-off-by: default avatarMike Christie <michael.christie@oracle.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 3b5f3c0d
......@@ -1659,6 +1659,7 @@ EXPORT_SYMBOL_GPL(target_init_cmd);
* Returns:
* - less than zero to signal failure.
* - zero on success.
*
* If failure is returned, lio will the callers queue_status to complete
* the cmd.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment