All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8712: align arguments with open parenthesis
@ 2019-10-06 20:51 ` Gabriela Bittencourt
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [PATCH] staging: rtl8712: align arguments with open parenthesis
@ 2019-10-06 22:20 ` Gabriela Bittencourt
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

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

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

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.