linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kacper Kołodziej" <kacper@kolodziej.it>
To: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Cc: "Kacper Kołodziej" <kacper@kolodziej.it>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Janani Sankara Babu" <jananis37@gmail.com>,
	"Michael Straube" <straube.linux@gmail.com>,
	"Hans de Goede" <hdegoede@redhat.com>
Subject: [PATCH] staging: rtl8188eu: break line longer than 80 cols
Date: Wed, 11 Jul 2018 21:24:09 +0200	[thread overview]
Message-ID: <20180711192411.24817-1-kacper@kolodziej.it> (raw)

Signed-off-by: Kacper Kołodziej <kacper@kolodziej.it>
---
 drivers/staging/rtl8188eu/core/rtw_ap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 454a975a14f2..220b4bbe1f84 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -362,7 +362,8 @@ void	expire_timeout_chk(struct adapter *padapter)
 				stainfo_offset =
 					rtw_stainfo_offset(pstapriv, psta);
 				if (stainfo_offset_valid(stainfo_offset))
-					chk_alive_list[chk_alive_num++] = stainfo_offset;
+					chk_alive_list[chk_alive_num++] =
+						stainfo_offset;
 				continue;
 			}
 
-- 
2.16.4


             reply	other threads:[~2018-07-11 19:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 19:24 Kacper Kołodziej [this message]
2018-07-12  6:17 ` [PATCH] staging: rtl8188eu: break line longer than 80 cols Greg Kroah-Hartman
2018-07-12  8:11   ` Kacper Kołodziej

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=20180711192411.24817-1-kacper@kolodziej.it \
    --to=kacper@kolodziej.it \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=jananis37@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=straube.linux@gmail.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).