public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: fix function header alignment
@ 2026-02-25  8:57 Dhyan K Prajapati
  2026-02-27  2:16 ` Ethan Tidmore
  0 siblings, 1 reply; 3+ messages in thread
From: Dhyan K Prajapati @ 2026-02-25  8:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Jason Donenfeld, Dhyan K Prajapati

fixed header alignment in hal_sdio_get_cmd_addr_8723b that violated
kernel coding style, cleaned the header by pulling arguments onto the
same line.

Signed-off-by: Dhyan K Prajapati <dhyan19022009@gmail.com>
---
 drivers/staging/rtl8723bs/hal/sdio_ops.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/sdio_ops.c b/drivers/staging/rtl8723bs/hal/sdio_ops.c
index c9cb20c61..18eb50c6f 100644
--- a/drivers/staging/rtl8723bs/hal/sdio_ops.c
+++ b/drivers/staging/rtl8723bs/hal/sdio_ops.c
@@ -13,12 +13,8 @@
 /*  */
 /*  Creadted by Roger, 2011.01.31. */
 /*  */
-static void hal_sdio_get_cmd_addr_8723b(
-	struct adapter *adapter,
-	u8 device_id,
-	u32 addr,
-	u32 *cmdaddr
-)
+static void hal_sdio_get_cmd_addr_8723b(struct adapter *adapter, u8 device_id,
+					u32 addr, u32 *cmdaddr)
 {
 	switch (device_id) {
 	case SDIO_LOCAL_DEVICE_ID:
-- 
2.53.0


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

end of thread, other threads:[~2026-02-27  4:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  8:57 [PATCH] staging: rtl8723bs: fix function header alignment Dhyan K Prajapati
2026-02-27  2:16 ` Ethan Tidmore
2026-02-27  4:57   ` Dhyan K Prajapati

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