public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rts5208: alignment to match open paranthesis
@ 2016-04-06 21:41 Manav Batra
  2016-04-06 23:17 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Manav Batra @ 2016-04-06 21:41 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, bhaktipriya96, dilekuzulmez, devel

Fixes CHECK: Alignment should match open parenthesis

Is the subject and patch fine?
Sorry, just getting used to the process, and thanks.

Signed-off-by: Manav Batra <batmanav10@gmail.com>
---
 drivers/staging/rts5208/ms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rts5208/ms.c b/drivers/staging/rts5208/ms.c
index 3e75db7..0f0cd4a 100644
--- a/drivers/staging/rts5208/ms.c
+++ b/drivers/staging/rts5208/ms.c
@@ -49,7 +49,7 @@ static int ms_parse_err_code(struct rtsx_chip *chip)
 }
 
 static int ms_transfer_tpc(struct rtsx_chip *chip, u8 trans_mode,
-			u8 tpc, u8 cnt, u8 cfg)
+			   u8 tpc, u8 cnt, u8 cfg)
 {
 	struct ms_info *ms_card = &chip->ms_card;
 	int retval;
-- 
1.9.1

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

* Re: [PATCH] staging: rts5208: alignment to match open paranthesis
  2016-04-06 21:41 [PATCH] staging: rts5208: alignment to match open paranthesis Manav Batra
@ 2016-04-06 23:17 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2016-04-06 23:17 UTC (permalink / raw)
  To: Manav Batra; +Cc: devel, bhaktipriya96, dilekuzulmez, linux-kernel

On Wed, Apr 06, 2016 at 02:41:01PM -0700, Manav Batra wrote:
> Fixes CHECK: Alignment should match open parenthesis
> 
> Is the subject and patch fine?
> Sorry, just getting used to the process, and thanks.

Yes, this is better, but please resend without these two lines in here,
you don't want them showing up in the kernel changelog, right?  :)

thanks,

greg k-h

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

* [PATCH] staging: rts5208: alignment to match open paranthesis
@ 2016-04-07  3:22 Manav Batra
  0 siblings, 0 replies; 3+ messages in thread
From: Manav Batra @ 2016-04-07  3:22 UTC (permalink / raw)
  To: gregkh; +Cc: devel, bhaktipriya96, dilekuzulmez, linux-kernel

Fixes CHECK: Alignment should match open parenthesis

Signed-off-by: Manav Batra <batmanav10@gmail.com>
---
 drivers/staging/rts5208/ms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rts5208/ms.c b/drivers/staging/rts5208/ms.c
index 3e75db7..0f0cd4a 100644
--- a/drivers/staging/rts5208/ms.c
+++ b/drivers/staging/rts5208/ms.c
@@ -49,7 +49,7 @@ static int ms_parse_err_code(struct rtsx_chip *chip)
 }
 
 static int ms_transfer_tpc(struct rtsx_chip *chip, u8 trans_mode,
-			u8 tpc, u8 cnt, u8 cfg)
+			   u8 tpc, u8 cnt, u8 cfg)
 {
 	struct ms_info *ms_card = &chip->ms_card;
 	int retval;
-- 
1.9.1

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

end of thread, other threads:[~2016-04-07  3:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 21:41 [PATCH] staging: rts5208: alignment to match open paranthesis Manav Batra
2016-04-06 23:17 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2016-04-07  3:22 Manav Batra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox