From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Keila Novo <laurana5@gmail.com>
Cc: Marc Dietrich <marvin24@gmx.de>, outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
Date: Sat, 15 Oct 2016 13:29:05 +0200 [thread overview]
Message-ID: <20161015112905.GC11674@kroah.com> (raw)
In-Reply-To: <20161008055753.GA24115@kheixx-VB>
On Sat, Oct 08, 2016 at 07:57:53AM +0200, Keila Novo wrote:
> Checkpatch.pl error fixed:"No tabstop at the init
> of the line"
>
> Signed-off-by: Keila Novo <laurana5@gmail.com>
> ---
> drivers/staging/nvec/nvec_power.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
> index b16c871..88e6c0e 100644
> --- a/drivers/staging/nvec/nvec_power.c
> +++ b/drivers/staging/nvec/nvec_power.c
> @@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
> .probe = nvec_power_probe,
> .remove = nvec_power_remove,
> .driver = {
> +<<<<<<< HEAD
> .name = "nvec-power",
> +=======
> + .name = nvec_power,
> +>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
I don't think you build the code with this patch applied :(
next prev parent reply other threads:[~2016-10-15 11:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-08 5:57 [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Keila Novo
2016-10-15 7:32 ` [Outreachy kernel] " Julia Lawall
2016-10-15 11:29 ` Greg Kroah-Hartman [this message]
2016-10-15 13:09 ` keila novo
2016-10-15 13:13 ` [Outreachy kernel] " Julia Lawall
2016-10-15 13:15 ` keila novo
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=20161015112905.GC11674@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.