Message ID | 20210318225858.11863-1-michael.christie@oracle.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b1ebd3b0e4664c4aa8362bd8abb61861dff61849 |
Headers | show |
Series | [1/1] scsi: target: fix htmldocs warning in target_submit_prep | expand |
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>
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
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. */
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(+)