linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: qlge: fix "alignment should match open parenthesis" check
@ 2019-10-09 13:59 Jules Irenge
  2019-10-10  8:49 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Irenge @ 2019-10-09 13:59 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, linux-kernel, Jules Irenge

Fix "alignment should match open parenthesis" check
 issued by checkpatch.pl tool:
"CHECK: Alignment should match open parenthesis".

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/qlge/qlge_dbg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/qlge/qlge_dbg.c b/drivers/staging/qlge/qlge_dbg.c
index 5599525a19d5..086f067fd899 100644
--- a/drivers/staging/qlge/qlge_dbg.c
+++ b/drivers/staging/qlge/qlge_dbg.c
@@ -7,7 +7,7 @@
 
 /* Read a NIC register from the alternate function. */
 static u32 ql_read_other_func_reg(struct ql_adapter *qdev,
-						u32 reg)
+				  u32 reg)
 {
 	u32 register_to_read;
 	u32 reg_val;
-- 
2.21.0


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

* Re: [PATCH] staging: qlge: fix "alignment should match open parenthesis" check
  2019-10-09 13:59 [PATCH] staging: qlge: fix "alignment should match open parenthesis" check Jules Irenge
@ 2019-10-10  8:49 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-10-10  8:49 UTC (permalink / raw)
  To: Jules Irenge; +Cc: outreachy-kernel, linux-kernel

On Wed, Oct 09, 2019 at 02:59:09PM +0100, Jules Irenge wrote:
> Fix "alignment should match open parenthesis" check
>  issued by checkpatch.pl tool:
> "CHECK: Alignment should match open parenthesis".
> 
> Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
> ---
>  drivers/staging/qlge/qlge_dbg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi,

You sent 8 patches for the same driver, some patches with almost
identical subject lines, and some a bit different.  None of these gave
me any hint as to which ones superseed which, and which order to apply
any of these in.

Please resend all of the latest versions, in a patch series properly
numbered, so that I have a chance to apply them correctly.

thanks,

greg k-h

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

end of thread, other threads:[~2019-10-10  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-09 13:59 [PATCH] staging: qlge: fix "alignment should match open parenthesis" check Jules Irenge
2019-10-10  8:49 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).