[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191006222015.15937-1-gabrielabittencourt00@gmail.com>
Date: Sun, 6 Oct 2019 19:20:15 -0300
From: Gabriela Bittencourt <gabrielabittencourt00@...il.com>
To: outreachy-kernel@...glegroups.com, Larry.Finger@...inger.net,
florian.c.schilhabel@...glemail.com, gregkh@...uxfoundation.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
lkcamp@...ts.libreplanetbr.org, trivial@...nel.org
Cc: Gabriela Bittencourt <gabrielabittencourt00@...il.com>
Subject: [PATCH] staging: rtl8712: align arguments with open parenthesis
Cleans up checks of: "Alignment should match open parenthesis"
Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@...il.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
Powered by blists - more mailing lists