All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Minor fix for comment section
@ 2019-03-12  9:37 Milan P. Gandhi
  2019-03-12 11:12 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Milan P. Gandhi @ 2019-03-12  9:37 UTC (permalink / raw)
  To: kernel-janitors

Corrected a small alignment issue with comment.

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

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
  *

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

* Re: [PATCH] Minor fix for comment section
  2019-03-12  9:37 [PATCH] Minor fix for comment section Milan P. Gandhi
@ 2019-03-12 11:12 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2019-03-12 11:12 UTC (permalink / raw)
  To: kernel-janitors

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

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

end of thread, other threads:[~2019-03-12 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  9:37 [PATCH] Minor fix for comment section Milan P. Gandhi
2019-03-12 11:12 ` Dan Carpenter

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.