public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Warnings : Fixed 80 character length warning in rtw_ap.c
@ 2015-07-07  1:53 Sreenath Madasu
  2015-07-07  4:04 ` Greg KH
  2015-07-07 19:32 ` Valdis.Kletnieks
  0 siblings, 2 replies; 8+ messages in thread
From: Sreenath Madasu @ 2015-07-07  1:53 UTC (permalink / raw)
  To: jteki; +Cc: devel, linux-kernel

When the checkpatch.pl script was run, it showed lines with length
more than 80 characters in rtw_ap.c file. Fixed line number 382 by
breaking it up into two lines within 80 characters.

Signed-off-by: Sreenath Madasu <Sreenath.Madasu@gmail.com>
---
 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 581af88..293510e 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -379,7 +379,8 @@ void	expire_timeout_chk(struct adapter *padapter)
 			if (pmlmeext->active_keep_alive_check) {
 				int stainfo_offset;
 
-				stainfo_offset = rtw_stainfo_offset(pstapriv, psta);
+				stainfo_offset =
+					rtw_stainfo_offset(pstapriv, psta);
 				if (stainfo_offset_valid(stainfo_offset))
 					chk_alive_list[chk_alive_num++] = stainfo_offset;
 				continue;
-- 
2.3.6


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-08  2:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07  1:53 [PATCH] Warnings : Fixed 80 character length warning in rtw_ap.c Sreenath Madasu
2015-07-07  4:04 ` Greg KH
2015-07-07 19:32 ` Valdis.Kletnieks
2015-07-07 20:38   ` Joe Perches
2015-07-08  2:08     ` Valdis.Kletnieks
2015-07-08  2:53       ` Joe Perches
2015-07-08  1:08   ` Sreenath Madasu
2015-07-08  2:06     ` Valdis.Kletnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox