All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep
@ 2021-03-18 22:58 Mike Christie
  2021-03-24 18:15 ` Lee Duncan
  2021-03-25  3:54 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Christie @ 2021-03-18 22:58 UTC (permalink / raw)
  To: martin.petersen, linux-scsi, target-devel; +Cc: Mike Christie

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.
  */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep
  2021-03-18 22:58 [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep Mike Christie
@ 2021-03-24 18:15 ` Lee Duncan
  2021-03-25  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Duncan @ 2021-03-24 18:15 UTC (permalink / raw)
  To: Mike Christie, martin.petersen, linux-scsi, target-devel

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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep
  2021-03-18 22:58 [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep Mike Christie
  2021-03-24 18:15 ` Lee Duncan
@ 2021-03-25  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-03-25  3:54 UTC (permalink / raw)
  To: Mike Christie, linux-scsi, target-devel; +Cc: Martin K . Petersen

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-25  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 22:58 [PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep Mike Christie
2021-03-24 18:15 ` Lee Duncan
2021-03-25  3:54 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.