linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrii Vladyka <tulup@mail.ru>
To: gregkh@linuxfoundation.org
Cc: insafonov@gmail.com, anchalj109@gmail.com, scott@matheina.com,
	kyle.kuffermann@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] staging: rtl8188eu: removed blank lines coding style problem
Date: Tue, 14 Mar 2017 11:29:44 +0200	[thread overview]
Message-ID: <20170314112944.682ea84a@andrii-VirtualBox> (raw)
In-Reply-To: <20170313090049.646c8fb1@andrii-VirtualBox>

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Fix 'multiple blank lines' coding style problem reported by checkpatch.pl.

Signed-off-by: Andrii Vladyka <tulup@mail.ru>

[-- Attachment #2: rtw_ap.c.patch --]
[-- Type: text/x-patch, Size: 460 bytes --]

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 255c30e..3fa6af2 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -30,7 +30,6 @@ void init_mlme_ap_info(struct adapter *padapter)
 	struct sta_priv *pstapriv = &padapter->stapriv;
 	struct wlan_acl_pool *pacl_list = &pstapriv->acl_list;
 
-
 	spin_lock_init(&pmlmepriv->bcn_update_lock);
 
 	/* for ACL */

      parent reply	other threads:[~2017-03-14  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13  7:00 [PATCH] staging: rtl8188eu: removed blank lines coding style problem Andrii
2017-03-14  0:03 ` Greg KH
2017-03-14  9:29 ` Andrii Vladyka [this message]

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=20170314112944.682ea84a@andrii-VirtualBox \
    --to=tulup@mail.ru \
    --cc=anchalj109@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=insafonov@gmail.com \
    --cc=kyle.kuffermann@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=scott@matheina.com \
    /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).