linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Anjandev Momi <anjan@momi.ca>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Cc: Anjandev Momi <anjan@momi.ca>
Subject: [PATCH 2/4] Staging: rtl8192e: remove multiple blank lines
Date: Fri, 14 Oct 2022 01:18:38 -0700	[thread overview]
Message-ID: <20221014081839.23902-3-anjan@momi.ca> (raw)
In-Reply-To: <20221014081839.23902-1-anjan@momi.ca>

This patch removes the following checks generated by checkpatch.pl:

	./drivers/staging/rtl8192e/rtl819x_BAProc.c:164: CHECK: Please
	don't use multiple blank lines
	./drivers/staging/rtl8192e/rtl819x_BAProc.c:383: CHECK: Please
	don't use multiple blank lines

Signed-off-by: Anjandev Momi <anjan@momi.ca>
---
 drivers/staging/rtl8192e/rtl819x_BAProc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_BAProc.c b/drivers/staging/rtl8192e/rtl819x_BAProc.c
index bd7efb8f1..f36c24c2a 100644
--- a/drivers/staging/rtl8192e/rtl819x_BAProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_BAProc.c
@@ -161,7 +161,6 @@ static struct sk_buff *rtllib_DELBA(struct rtllib_device *ieee, u8 *dst,
 	*tag++ = ACT_CAT_BA;
 	*tag++ = ACT_DELBA;
 
-
 	put_unaligned_le16(DelbaParamSet.short_data, tag);
 	tag += 2;
 
@@ -380,7 +379,6 @@ int rtllib_rx_ADDBARsp(struct rtllib_device *ieee, struct sk_buff *skb)
 			goto OnADDBARsp_Reject;
 		}
 
-
 		pAdmittedBA->dialog_token = *pDialogToken;
 		pAdmittedBA->ba_timeout_value = *pBaTimeoutVal;
 		pAdmittedBA->ba_start_seq_ctrl = pPendingBA->ba_start_seq_ctrl;
-- 
2.36.2


  parent reply	other threads:[~2022-10-14  8:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14  8:18 [PATCH 0/4 v3] Staging: rtl8192e: fix coding style issues Anjandev Momi
2022-10-14  8:18 ` [PATCH 1/4] Staging: rtl8192e: remove unnecessary parentheses Anjandev Momi
2022-10-14  8:18 ` Anjandev Momi [this message]
2022-10-14  8:18 ` [PATCH 3/4] Staging: rtl8192e: make alignment match open parenthesis Anjandev Momi
2022-10-14 19:00   ` Philipp Hortmann
2022-10-14  8:18 ` [PATCH 4/4] Staging: rtl8192e: add blank line after function declaration Anjandev Momi
  -- strict thread matches above, loose matches on Subject: below --
2022-09-22  7:59 [PATCH 0/4 v2] Staging: rtl8192e: fix coding style issues Anjandev Momi
2022-09-22  7:59 ` [PATCH 2/4] Staging: rtl8192e: remove multiple blank lines Anjandev Momi

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=20221014081839.23902-3-anjan@momi.ca \
    --to=anjan@momi.ca \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).