Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
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>
Subject: [PATCH bluetooth-next 2/6] ieee802154/at86rf230: Align to opening parenthesis
Date: Fri, 12 Dec 2014 12:45:29 +0100	[thread overview]
Message-ID: <1418384733-315-3-git-send-email-s.schmidt@samsung.com> (raw)
In-Reply-To: <1418384733-315-1-git-send-email-s.schmidt@samsung.com>

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
---
 drivers/net/ieee802154/at86rf230.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 88be161..069c20f 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1080,7 +1080,7 @@ at86rf230_set_hw_addr_filt(struct ieee802154_hw *hw,
 		u16 addr = le16_to_cpu(filt->short_addr);
 
 		dev_vdbg(&lp->spi->dev,
-			"at86rf230_set_hw_addr_filt called for saddr\n");
+			 "at86rf230_set_hw_addr_filt called for saddr\n");
 		__at86rf230_write(lp, RG_SHORT_ADDR_0, addr);
 		__at86rf230_write(lp, RG_SHORT_ADDR_1, addr >> 8);
 	}
@@ -1089,7 +1089,7 @@ at86rf230_set_hw_addr_filt(struct ieee802154_hw *hw,
 		u16 pan = le16_to_cpu(filt->pan_id);
 
 		dev_vdbg(&lp->spi->dev,
-			"at86rf230_set_hw_addr_filt called for pan id\n");
+			 "at86rf230_set_hw_addr_filt called for pan id\n");
 		__at86rf230_write(lp, RG_PAN_ID_0, pan);
 		__at86rf230_write(lp, RG_PAN_ID_1, pan >> 8);
 	}
@@ -1099,14 +1099,14 @@ at86rf230_set_hw_addr_filt(struct ieee802154_hw *hw,
 
 		memcpy(addr, &filt->ieee_addr, 8);
 		dev_vdbg(&lp->spi->dev,
-			"at86rf230_set_hw_addr_filt called for IEEE addr\n");
+			 "at86rf230_set_hw_addr_filt called for IEEE addr\n");
 		for (i = 0; i < 8; i++)
 			__at86rf230_write(lp, RG_IEEE_ADDR_0 + i, addr[i]);
 	}
 
 	if (changed & IEEE802154_AFILT_PANC_CHANGED) {
 		dev_vdbg(&lp->spi->dev,
-			"at86rf230_set_hw_addr_filt called for panc change\n");
+			 "at86rf230_set_hw_addr_filt called for panc change\n");
 		if (filt->pan_coord)
 			at86rf230_write_subreg(lp, SR_AACK_I_AM_COORD, 1);
 		else
-- 
1.9.3


  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 ` Stefan Schmidt [this message]
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 ` [PATCH bluetooth-next 6/6] ieee802154/mrf24j40: Fix alignment of parenthesis Stefan Schmidt
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-3-git-send-email-s.schmidt@samsung.com \
    --to=s.schmidt@samsung.com \
    --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