From: Stefan Schmidt <s.schmidt@samsung.com>
To: linux-wpan@vger.kernel.org
Cc: Alexander Aring <alex.aring@gmail.com>,
Stefan Schmidt <s.schmidt@samsung.com>,
Alan Ott <alan@signal11.us>
Subject: [PATCH bluetooth-next 6/6] ieee802154/mrf24j40: Fix alignment of parenthesis
Date: Fri, 12 Dec 2014 12:45:33 +0100 [thread overview]
Message-ID: <1418384733-315-7-git-send-email-s.schmidt@samsung.com> (raw)
In-Reply-To: <1418384733-315-1-git-send-email-s.schmidt@samsung.com>
CC: Alan Ott <alan@signal11.us>
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
---
drivers/net/ieee802154/mrf24j40.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ieee802154/mrf24j40.c b/drivers/net/ieee802154/mrf24j40.c
index ec605c9..fba2dfd 100644
--- a/drivers/net/ieee802154/mrf24j40.c
+++ b/drivers/net/ieee802154/mrf24j40.c
@@ -323,7 +323,7 @@ static int mrf24j40_read_rx_buf(struct mrf24j40 *devrec,
#ifdef DEBUG
print_hex_dump(KERN_DEBUG, "mrf24j40 rx: ",
- DUMP_PREFIX_OFFSET, 16, 1, data, *len, 0);
+ DUMP_PREFIX_OFFSET, 16, 1, data, *len, 0);
pr_debug("mrf24j40 rx: lqi: %02hhx rssi: %02hhx\n",
lqi_rssi[0], lqi_rssi[1]);
#endif
@@ -521,7 +521,7 @@ static int mrf24j40_filter(struct ieee802154_hw *hw,
*/
dev_dbg(printdev(devrec), "Set Pan Coord to %s\n",
- filt->pan_coord ? "on" : "off");
+ filt->pan_coord ? "on" : "off");
}
return 0;
--
1.9.3
next prev parent reply other threads:[~2014-12-12 11:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 11:45 [PATCH bluetooth-next 0/6] Various coding style cleanups and typo fixes Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 1/6] ieee802154/at86rf230: Remove unneeded blank lines Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 2/6] ieee802154/at86rf230: Align to opening parenthesis Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 3/6] ieee802154/at86rf230: Fix typo unkown -> unknown Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 4/6] ieee802154/cc2520: Remove extra blank lines Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 5/6] ieee802154/mrf24j40: Fix typo begining -> beginning Stefan Schmidt
2014-12-12 11:45 ` Stefan Schmidt [this message]
2014-12-12 15:11 ` [PATCH bluetooth-next 0/6] Various coding style cleanups and typo fixes Alexander Aring
2014-12-18 23:21 ` Marcel Holtmann
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=1418384733-315-7-git-send-email-s.schmidt@samsung.com \
--to=s.schmidt@samsung.com \
--cc=alan@signal11.us \
--cc=alex.aring@gmail.com \
--cc=linux-wpan@vger.kernel.org \
/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