The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: remove duplicate blank line in sdio_ops.h
@ 2026-08-05 10:41 Andrej Dusanic
  0 siblings, 0 replies; only message in thread
From: Andrej Dusanic @ 2026-08-05 10:41 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Andrej Dusanic

Fix the checkpatch.pl check:
"CHECK: Please don't use multiple blank lines"
in sdio_ops.h

Remove the consecutive blank line to comply with the Linux kernel
coding style.

Signed-off-by: Andrej Dusanic <dusanic.andrej857@gmail.com>
---
 drivers/staging/rtl8723bs/include/sdio_ops.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/include/sdio_ops.h b/drivers/staging/rtl8723bs/include/sdio_ops.h
index 252b0e1646e5..71a45b989fa5 100644
--- a/drivers/staging/rtl8723bs/include/sdio_ops.h
+++ b/drivers/staging/rtl8723bs/include/sdio_ops.h
@@ -7,7 +7,6 @@
 #ifndef __SDIO_OPS_H__
 #define __SDIO_OPS_H__
 
-
 #include <sdio_ops_linux.h>
 
 extern void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops);
-- 
2.47.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 10:41 [PATCH] staging: rtl8723bs: remove duplicate blank line in sdio_ops.h Andrej Dusanic

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