public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Hornung <mhornung.linux@gmail.com>
To: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
	gregkh@linuxfoundation.org
Cc: paul.gortmaker@windriver.com, punitvara@gmail.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Michael Hornung <mhornung.linux@gmail.com>
Subject: [PATCH 3/6] staging: rtl8712: Coding style: Fix missing spaces
Date: Wed, 18 Nov 2015 20:59:14 +0100	[thread overview]
Message-ID: <1447876757-25790-4-git-send-email-mhornung.linux@gmail.com> (raw)
In-Reply-To: <1447876757-25790-3-git-send-email-mhornung.linux@gmail.com>

* Add missing spaces around bitwise OR operation in order to get
  rid of checkpatch.pl's "CHECK: spaces preferred around that '|'"

Signed-off-by: Michael Hornung <mhornung.linux@gmail.com>
---
 drivers/staging/rtl8712/ieee80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/staging/rtl8712/ieee80211.h
index 8ca3444..e372e1d 100644
--- a/drivers/staging/rtl8712/ieee80211.h
+++ b/drivers/staging/rtl8712/ieee80211.h
@@ -695,7 +695,7 @@ enum ieee80211_state {
 #define IEEE_A            BIT(0)
 #define IEEE_B            BIT(1)
 #define IEEE_G            BIT(2)
-#define IEEE_MODE_MASK    (IEEE_A|IEEE_B|IEEE_G)
+#define IEEE_MODE_MASK    (IEEE_A | IEEE_B | IEEE_G)
 
 static inline int ieee80211_is_empty_essid(const char *essid, int essid_len)
 {
-- 
2.6.2


  reply	other threads:[~2015-11-18 19:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-18 19:59 [PATCH 0/6] staging: rtl8712: Coding style cleanups Michael Hornung
2015-11-18 19:59 ` [PATCH 1/6] staging: rtl8712: Coding style: Remove multiple blank lines Michael Hornung
2015-11-18 19:59   ` [PATCH 2/6] staging: rtl8712: Coding style: Make use of BIT macro Michael Hornung
2015-11-18 19:59     ` Michael Hornung [this message]
2015-11-18 19:59       ` [PATCH 4/6] staging: rtl8712: Replace FSF mailing address by URL Michael Hornung
2015-11-18 19:59         ` [PATCH 5/6] staging: rtl8712: Coding style: Fix alignment Michael Hornung
2015-11-18 19:59           ` [PATCH 6/6] staging: rtl8712: Remove unused CamelCase define Michael Hornung

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=1447876757-25790-4-git-send-email-mhornung.linux@gmail.com \
    --to=mhornung.linux@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --cc=punitvara@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