From: Varka Bhadram <varkabhadram@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: alex.aring@gmail.com, Varka Bhadram <varkab@cdac.in>
Subject: [PATCH bluetooth-next 2/2] cc2520: adds terminating newline
Date: Fri, 5 Dec 2014 17:19:10 +0530 [thread overview]
Message-ID: <1417780150-4033-2-git-send-email-varkab@cdac.in> (raw)
In-Reply-To: <1417780150-4033-1-git-send-email-varkab@cdac.in>
Signed-off-by: Varka Bhadram <varkab@cdac.in>
---
drivers/net/ieee802154/cc2520.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c
index ccbb082..f9df9fa 100644
--- a/drivers/net/ieee802154/cc2520.c
+++ b/drivers/net/ieee802154/cc2520.c
@@ -858,7 +858,7 @@ static int cc2520_probe(struct spi_device *spi)
pinctrl = devm_pinctrl_get_select_default(&spi->dev);
if (IS_ERR(pinctrl))
dev_warn(&spi->dev,
- "pinctrl pins are not configured");
+ "pinctrl pins are not configured\n");
pdata = cc2520_get_platform_data(spi);
if (!pdata) {
--
1.7.9.5
next prev parent reply other threads:[~2014-12-05 11:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 11:49 [PATCH bluetooth-next 1/2] mac802154: use goto label on failure Varka Bhadram
2014-12-05 11:49 ` Varka Bhadram [this message]
2014-12-05 13:19 ` [PATCH bluetooth-next 2/2] cc2520: adds terminating newline Marcel Holtmann
2014-12-05 12:03 ` [PATCH bluetooth-next 1/2] mac802154: use goto label on failure Stefan Schmidt
2014-12-05 12:31 ` Alexander Aring
2014-12-05 13:19 ` 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=1417780150-4033-2-git-send-email-varkab@cdac.in \
--to=varkabhadram@gmail.com \
--cc=alex.aring@gmail.com \
--cc=linux-wpan@vger.kernel.org \
--cc=varkab@cdac.in \
/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