From: Greg KH <gregkh@linuxfoundation.org>
To: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: dgnc: Remove space before tab
Date: Thu, 26 Feb 2015 13:14:58 -0800 [thread overview]
Message-ID: <20150226211458.GC30079@kroah.com> (raw)
In-Reply-To: <1424433970-7764-1-git-send-email-yeliztaneroglu@gmail.com>
On Fri, Feb 20, 2015 at 02:06:10PM +0200, Yeliz Taneroglu wrote:
> This patch fixes the checkpatch.pl warning:
> WARNING: "please, no space before tabs"
>
> Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
> ---
> drivers/staging/dgnc/dgnc_tty.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
> index 7a31fbf..8a4e8fe 100644
> --- a/drivers/staging/dgnc/dgnc_tty.c
> +++ b/drivers/staging/dgnc/dgnc_tty.c
> @@ -3088,7 +3088,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
> struct digi_getcounter buf;
>
> buf.norun = ch->ch_err_overrun;
> - buf.noflow = 0; /* The driver doesn't keep this stat */
> + buf.noflow = 0; /* The driver doesn't keep this stat */
> buf.nframe = ch->ch_err_frame;
> buf.nparity = ch->ch_err_parity;
> buf.nbreak = ch->ch_err_break;
> --
> 1.8.3.2
This patch fails to apply :(
next prev parent reply other threads:[~2015-02-26 21:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 12:06 [PATCH] Staging: dgnc: Remove space before tab Yeliz Taneroglu
2015-02-26 21:14 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-20 11:25 Yeliz Taneroglu
2015-02-26 21:13 ` [Outreachy kernel] " Greg KH
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=20150226211458.GC30079@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=yeliztaneroglu@gmail.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.