diff mbox series

[1/1] scsi: target: fix htmldocs warning in target_submit_prep

Message ID 20210318225858.11863-1-michael.christie@oracle.com
State New
Headers show
Series [1/1] scsi: target: fix htmldocs warning in target_submit_prep | expand

Commit Message

Mike Christie March 18, 2021, 10:58 p.m. UTC
Fix warning:

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

Signed-off-by: Mike Christie <michael.christie@oracle.com>
---
 drivers/target/target_core_transport.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Lee Duncan March 24, 2021, 6:15 p.m. UTC | #1
On 3/18/21 3:58 PM, Mike Christie wrote:
> Fix warning:

> 

> drivers/target/target_core_transport.c:1661: WARNING: Block quote ends

> without a blank line; unexpected unindent.

> 

> Signed-off-by: Mike Christie <michael.christie@oracle.com>

> ---

>  drivers/target/target_core_transport.c | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c

> index a75591c929c0..8fbfe75c5744 100644

> --- a/drivers/target/target_core_transport.c

> +++ b/drivers/target/target_core_transport.c

> @@ -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.

>   */

> 


Easiest review all year.

Reviewed-by: Lee Duncan <lduncan@suse.com>
Martin K. Petersen March 25, 2021, 3:54 a.m. UTC | #2
On Thu, 18 Mar 2021 17:58:58 -0500, Mike Christie wrote:

> Fix warning:

> 

> drivers/target/target_core_transport.c:1661: WARNING: Block quote ends

> without a blank line; unexpected unindent.


Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: target: fix htmldocs warning in target_submit_prep
      https://git.kernel.org/mkp/scsi/c/b1ebd3b0e466

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
index a75591c929c0..8fbfe75c5744 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
@@ -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.
  */