From: Ivo van Doorn <ivdoorn@gmail.com>
To: Felipe Balbi <me@felipebalbi.com>,
John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, Felipe Balbi <felipe.balbi@nokia.com>
Subject: Re: [PATCH] net: rfkill: add missing line break
Date: Mon, 18 Aug 2008 23:11:55 +0200 [thread overview]
Message-ID: <200808182311.56070.IvDoorn@gmail.com> (raw)
In-Reply-To: <1219089413-7884-1-git-send-email-me@felipebalbi.com>
On Monday 18 August 2008, Felipe Balbi wrote:
> From: Felipe Balbi <felipe.balbi@nokia.com>
>
> Trivial patch adding a missing line break on
> rfkill_claim_show().
>
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Thanks.
Acked-by: Ivo van Doorn <IvDoorn@gmail.co>
> ---
> net/rfkill/rfkill.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c
> index d2d4565..3bc78b0 100644
> --- a/net/rfkill/rfkill.c
> +++ b/net/rfkill/rfkill.c
> @@ -372,7 +372,7 @@ static ssize_t rfkill_claim_show(struct device *dev,
> {
> struct rfkill *rfkill = to_rfkill(dev);
>
> - return sprintf(buf, "%d", rfkill->user_claim);
> + return sprintf(buf, "%d\n", rfkill->user_claim);
> }
>
> static ssize_t rfkill_claim_store(struct device *dev,
prev parent reply other threads:[~2008-08-18 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-18 19:56 [PATCH] net: rfkill: add missing line break Felipe Balbi
2008-08-18 21:11 ` Ivo van Doorn [this message]
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=200808182311.56070.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=felipe.balbi@nokia.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=me@felipebalbi.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;
as well as URLs for NNTP newsgroup(s).