From: Adonis Settouf <adonis.settouf@gmail.com>
To: gregkh@linuxfoundation.org, mateusz.kulikowski@gmail.com,
potrzebye@gmail.com, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Cc: adonis.settouf@gmail.com
Subject: [PATCH] Staging: rtl8192e: Fix warning exceeding characters per line
Date: Sat, 12 Mar 2016 16:01:03 +0100 [thread overview]
Message-ID: <56E42F2F.2010907@gmail.com> (raw)
In-Reply-To: <20160312141722.GA388@kerneldev.linux>
This patch fixes the checkpatch.pl warning regarding the exceeding 80
characters on line 36. This patch add a newline after function statement
on line 52
Signed-off-by: Adonis Settouf <adonis.settouf@gmail.com>
---
drivers/staging/rtl8192e/dot11d.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
index 735a199..5cffc8f 100644
--- a/drivers/staging/rtl8192e/dot11d.h
+++ b/drivers/staging/rtl8192e/dot11d.h
@@ -30,8 +30,8 @@ enum dot11d_state {
};
/**
- * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if @CountryIeBuf contains
- * valid country information element.
+ * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if
+ * @CountryIeBuf contains valid country information element.
* @channel_map: holds channel values
* 0 - invalid,
* 1 - valid (active scan),
@@ -78,6 +78,7 @@ static inline void RESET_CIE_WATCHDOG(struct rtllib_device *__pIeeeDev)
{
GET_CIE_WATCHDOG(__pIeeeDev) = 0;
}
+
#define UPDATE_CIE_WATCHDOG(__pIeeeDev) (++GET_CIE_WATCHDOG(__pIeeeDev))
void dot11d_init(struct rtllib_device *dev);
--
2.1.4
next parent reply other threads:[~2016-03-12 15:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20160312141722.GA388@kerneldev.linux>
2016-03-12 15:01 ` Adonis Settouf [this message]
2016-03-22 2:07 ` [PATCH] Staging: rtl8192e: Fix warning exceeding characters per line Greg KH
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=56E42F2F.2010907@gmail.com \
--to=adonis.settouf@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mateusz.kulikowski@gmail.com \
--cc=potrzebye@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