From: Greg KH <gregkh@linuxfoundation.org>
To: Enrique Vargas <jevargas@seas.upenn.edu>
Cc: Chas Williams <3chas3@gmail.com>, linux-iio@vger.kernel.org
Subject: Re: [PATCH] remove unnecessary newline for brace
Date: Wed, 11 Mar 2020 14:04:07 +0100 [thread overview]
Message-ID: <20200311130407.GA3823904@kroah.com> (raw)
In-Reply-To: <20200311125222.GA9239@evX1>
On Wed, Mar 11, 2020 at 06:52:22AM -0600, Enrique Vargas wrote:
> put brace at the end of line following coding conventions
>
> Signed-off-by: Enrique Vargas <jevargas@seas.upenn.edu>
> ---
> drivers/atm/adummy.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/atm/adummy.c b/drivers/atm/adummy.c
> index 8157925af824..6eeaa1b21f3b 100644
> --- a/drivers/atm/adummy.c
> +++ b/drivers/atm/adummy.c
> @@ -131,8 +131,7 @@ adummy_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
> return 0;
> }
>
> -static const struct atmdev_ops adummy_ops =
> -{
> +static const struct atmdev_ops adummy_ops = {
> .open = adummy_open,
> .close = adummy_close,
> .send = adummy_send,
> --
> 2.17.1
>
$ ./scripts/get_maintainer.pl --file drivers/atm/adummy.c
Chas Williams <3chas3@gmail.com> (maintainer:ATM)
linux-atm-general@lists.sourceforge.net (moderated list:ATM)
netdev@vger.kernel.org (open list:ATM)
linux-kernel@vger.kernel.org (open list)
next prev parent reply other threads:[~2020-03-11 13:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 12:52 [PATCH] remove unnecessary newline for brace Enrique Vargas
2020-03-11 13:04 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-11 12:55 Enrique Vargas
2020-03-11 13:05 ` Greg KH
2020-03-11 13:37 ` Enrique Vargas
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=20200311130407.GA3823904@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=3chas3@gmail.com \
--cc=jevargas@seas.upenn.edu \
--cc=linux-iio@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 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.