diff mbox series

Minor fix for comment section

Message ID 20190312092509.GA10303@machine1 (mailing list archive)
State Superseded
Headers show
Series Minor fix for comment section | expand

Commit Message

Milan P. Gandhi March 12, 2019, 9:25 a.m. UTC
Corrected a small alignment issue with comment.

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dan Carpenter March 12, 2019, 11:12 a.m. UTC | #1
On Tue, Mar 12, 2019 at 02:55:09PM +0530, Milan P. Gandhi wrote:
> Corrected a small alignment issue with comment.
> 
> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>

Hi Milan,

This patch is basically fine, but there are a few people missing from
the CC list.

./scripts/get_maintainer.pl -f drivers/scsi/qla2xxx/qla_bsg.c

The subject needs to be updated as well because it doesn't have the
subsystem prefix.  Use git log --oneline drivers/scsi/qla2xxx/qla_bsg.c
to see what people are using as the prefix for that file.

Update those two issues, and resend.

regards,
dan carpenter
diff mbox series

Patch

diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx/qla_bsg.c
index 17d42658ad9a..9bd41b5fc279 100644
--- a/drivers/scsi/qla2xxx/qla_bsg.c
+++ b/drivers/scsi/qla2xxx/qla_bsg.c
@@ -1,4 +1,4 @@ 
-	/*
+/*
  * QLogic Fibre Channel HBA Driver
  * Copyright (c)  2003-2014 QLogic Corporation
  *