From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Colin King <colin.king@canonical.com>
Cc: Jiri Kosina <jikos@kernel.org>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] HID: logitech-hidpp: fix spelling mistake, "feeback" -> "feedback"
Date: Fri, 21 Jul 2017 11:29:55 +0200 [thread overview]
Message-ID: <20170721092955.GC11387@mail.corp.redhat.com> (raw)
In-Reply-To: <20170714133712.28071-1-colin.king@canonical.com>
On Jul 14 2017 or thereabouts, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in hid_info message and add line break
> to split an overly long line to clean up a checkpatch warning.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
Acked-By: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> drivers/hid/hid-logitech-hidpp.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c
> index 41b39464ded8..8d7a1a5ef427 100644
> --- a/drivers/hid/hid-logitech-hidpp.c
> +++ b/drivers/hid/hid-logitech-hidpp.c
> @@ -1957,7 +1957,8 @@ static int hidpp_ff_init(struct hidpp_device *hidpp, u8 feature_index)
> /* initialize with zero autocenter to get wheel in usable state */
> hidpp_ff_set_autocenter(dev, 0);
>
> - hid_info(hid, "Force feeback support loaded (firmware release %d).\n", version);
> + hid_info(hid, "Force feedback support loaded (firmware release %d).\n",
> + version);
>
> return 0;
> }
> --
> 2.11.0
>
prev parent reply other threads:[~2017-07-21 9:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-14 13:37 Colin King
2017-07-21 9:29 ` Benjamin Tissoires [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=20170721092955.GC11387@mail.corp.redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=colin.king@canonical.com \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@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
Powered by JetHome