[PATCH] staging: rtl8723bs: remove duplicate blank line in sdio_ops.h

From: Andrej Dusanic

Date: Wed Aug 05 2026 - 06:42:06 EST


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@xxxxxxxxx>
---
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