scsi: target: Fix htmldocs warning in target_submit_prep()
authorMike Christie <michael.christie@oracle.com>
Thu, 18 Mar 2021 22:58:58 +0000 (17:58 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 19 Mar 2021 02:37:58 +0000 (22:37 -0400)
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.com
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_transport.c

index a75591c929c0b9ec9429e80d404f0279dec5796a..8fbfe75c5744a8164efd9a9a24650131c29b6b8b 100644 (file)
@@ -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.
  */