All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Philip <benjamin.philip495@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Larry Finger <Larry.Finger@lwfinger.net>
Cc: devel mailing list <devel@linuxdriverproject.org>,
	Benjamin Philip <benjamin.philip495@gmail.com>
Subject: [PATCH v2 3/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:1143
Date: Fri, 23 Jul 2021 16:27:53 +0530	[thread overview]
Message-ID: <7190ca69f8966eddff6b79ace2e00eedeb17a86d.1627029208.git.benjamin.philip495@gmail.com> (raw)
In-Reply-To: <cover.1627029208.git.benjamin.philip495@gmail.com>

This commit fixes the following checkpatch.pl CHECK:

CHECK: Blank lines aren't necessary after an open brace '{'
1143: FILE: drivers/staging/rtl8188eu/core/rtw_ap.c:1143:
+{
+

Signed-off-by: Benjamin Philip <benjamin.philip495@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_ap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index ba3a6347976d..a2aeb78733d5 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -1138,7 +1138,6 @@ static void update_bcn_wps_ie(struct adapter *padapter)
 
 static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui)
 {
-
 	if (!memcmp(WPS_OUI, oui, 4))
 		update_bcn_wps_ie(padapter);
 }
-- 
2.31.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  parent reply	other threads:[~2021-07-23 10:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23 10:57 [PATCH v2 0/3] Remove blank lines at drivers/rtl8188eu/core/rtw_ap.c Benjamin Philip
2021-07-23 10:57 ` [PATCH v2 1/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:385 Benjamin Philip
2021-07-23 10:57 ` [PATCH v2 2/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:457 Benjamin Philip
2021-07-23 10:57 ` Benjamin Philip [this message]
2021-07-27 13:17 ` [PATCH v2 0/3] Remove blank lines at drivers/rtl8188eu/core/rtw_ap.c Greg Kroah-Hartman

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=7190ca69f8966eddff6b79ace2e00eedeb17a86d.1627029208.git.benjamin.philip495@gmail.com \
    --to=benjamin.philip495@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    /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.