All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrej Dusanic <dusanic.andrej857@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Andrej Dusanic <dusanic.andrej857@gmail.com>
Subject: [PATCH] staging: rtl8723bs: remove duplicate blank line in sdio_ops.h
Date: Wed,  5 Aug 2026 12:41:11 +0200	[thread overview]
Message-ID: <20260805104111.115369-1-dusanic.andrej857@gmail.com> (raw)

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


                 reply	other threads:[~2026-08-05 10:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260805104111.115369-1-dusanic.andrej857@gmail.com \
    --to=dusanic.andrej857@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.