From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Keila <laurana5@gmail.com>
Cc: Marc Dietrich <marvin24@gmx.de>, outreachy-kernel@googlegroups.com
Subject: Re: [PATCH 2/13] driver/staging/nvec/nvec_power.c Tabstop remove
Date: Sun, 9 Oct 2016 16:56:29 +0200 [thread overview]
Message-ID: <20161009145629.GA26220@kroah.com> (raw)
In-Reply-To: <20161008020854.GA20114@kheixx-VB>
On Sat, Oct 08, 2016 at 04:08:54AM +0200, Keila wrote:
> Fixed checkpatch.pl error."No tabstop at the init of the line"
>
> Signed-off-by: Keila Novo <laurana5@gmail.com>
The "From:" line of your email does not match this name :(
> ---
> drivers/staging/nvec/nvec_power.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
> index fcbb0fa..b16c871 100644
> --- a/drivers/staging/nvec/nvec_power.c
> +++ b/drivers/staging/nvec/nvec_power.c
> @@ -441,8 +441,8 @@ static struct platform_driver nvec_power_driver = {
> .probe = nvec_power_probe,
> .remove = nvec_power_remove,
> .driver = {
> - .name = "nvec-power",
> - }
> + .name = "nvec-power",
You still have a ' ' here that is not needed, why did you not fix it?
thanks,
greg k-h
prev parent reply other threads:[~2016-10-09 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-08 2:08 [PATCH 2/13] driver/staging/nvec/nvec_power.c Tabstop remove Keila
2016-10-09 14:56 ` Greg Kroah-Hartman [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=20161009145629.GA26220@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=laurana5@gmail.com \
--cc=marvin24@gmx.de \
--cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.