linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8712: align arguments with open parenthesis
@ 2019-10-06 22:20 Gabriela Bittencourt
  2019-10-07 10:29 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriela Bittencourt @ 2019-10-06 22:20 UTC (permalink / raw)
  To: outreachy-kernel, Larry.Finger, florian.c.schilhabel, gregkh,
	devel, linux-kernel, lkcamp, trivial
  Cc: Gabriela Bittencourt

Cleans up checks of: "Alignment should match open parenthesis"

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
---
 drivers/staging/rtl8712/osdep_service.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h
index e939c4a954b3..d33ddffb7ad9 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -46,7 +46,7 @@ struct	__queue	{
 	} while (0)
 
 static inline u32 end_of_queue_search(struct list_head *head,
-		struct list_head *plist)
+				      struct list_head *plist)
 {
 	return (head == plist);
 }
-- 
2.20.1


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

* Re: [PATCH] staging: rtl8712: align arguments with open parenthesis
  2019-10-06 22:20 [PATCH] staging: rtl8712: align arguments with open parenthesis Gabriela Bittencourt
@ 2019-10-07 10:29 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2019-10-07 10:29 UTC (permalink / raw)
  To: Gabriela Bittencourt
  Cc: outreachy-kernel, Larry.Finger, florian.c.schilhabel, devel,
	linux-kernel, lkcamp, trivial

On Sun, Oct 06, 2019 at 07:20:15PM -0300, Gabriela Bittencourt wrote:
> Cleans up checks of: "Alignment should match open parenthesis"
> 
> Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
> ---
>  drivers/staging/rtl8712/osdep_service.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You sent 2 different patches that do different things, yet have the same
exact subject line :(

Please fix this up and send a patch series, so I know what order in
which to apply your patches.

thanks,

greg k-h

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

* [PATCH] staging: rtl8712: align arguments with open parenthesis
@ 2019-10-06 20:51 Gabriela Bittencourt
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriela Bittencourt @ 2019-10-06 20:51 UTC (permalink / raw)
  To: outreachy-kernel, Larry.Finger, florian.c.schilhabel, gregkh,
	nishkadg.linux, devel, linux-kernel, lkcamp, trivial
  Cc: Gabriela Bittencourt

Cleans up checks of "Alignment should match open parenthesis"

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
---
 drivers/staging/rtl8712/recv_linux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_linux.c
index 70a4dcd4a1e5..808f21c5767a 100644
--- a/drivers/staging/rtl8712/recv_linux.c
+++ b/drivers/staging/rtl8712/recv_linux.c
@@ -61,7 +61,7 @@ int r8712_os_recvbuf_resource_alloc(struct _adapter *padapter,
 
 /*free os related resource in struct recv_buf*/
 int r8712_os_recvbuf_resource_free(struct _adapter *padapter,
-			     struct recv_buf *precvbuf)
+				   struct recv_buf *precvbuf)
 {
 	if (precvbuf->pskb)
 		dev_kfree_skb_any(precvbuf->pskb);
-- 
2.20.1


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 22:20 [PATCH] staging: rtl8712: align arguments with open parenthesis Gabriela Bittencourt
2019-10-07 10:29 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2019-10-06 20:51 Gabriela Bittencourt

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).