mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Guillaume Gomez <guillaume1.gomez@gmail.com>
Cc: jslaby@suse.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tty: remove unneeded return from void function
Date: Sun, 4 Oct 2015 19:09:44 +0100	[thread overview]
Message-ID: <20151004180944.GA499@kroah.com> (raw)
In-Reply-To: <CAAOQCfRa8SahYBt+fpTcJ8wEBjEYKEb64sP9SJA_yEmjqDqnTQ@mail.gmail.com>

On Tue, Sep 22, 2015 at 11:46:27PM +0200, Guillaume Gomez wrote:
> Signed-off-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
> ---
>  drivers/tty/tty_ldisc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/tty_ldisc.c b/drivers/tty/tty_ldisc.c
> index 71750cb..5af8f18 100644
> --- a/drivers/tty/tty_ldisc.c
> +++ b/drivers/tty/tty_ldisc.c
> @@ -319,7 +319,7 @@ __tty_ldisc_lock_nested(struct tty_struct *tty,
> unsigned long timeout)
> 
>  static inline void __tty_ldisc_unlock(struct tty_struct *tty)
>  {
> -    return ldsem_up_write(&tty->ldisc_sem);
> +    ldsem_up_write(&tty->ldisc_sem);
>  }
> 
>  static int __lockfunc

This patch is whitespace damaged and can not be applied :(

      reply	other threads:[~2015-10-04 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 21:46 Guillaume Gomez
2015-10-04 18:09 ` Greg KH [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=20151004180944.GA499@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=guillaume1.gomez@gmail.com \
    --cc=jslaby@suse.com \
    --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