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@xxxxxxxxxx> > --- > 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@xxxxxxxx>