All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Ioannis Valasakis <code@wizofe.uk>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH v3 08/15] staging: greybus: insert empty line after struct
Date: Fri, 9 Nov 2018 09:47:45 -0800	[thread overview]
Message-ID: <20181109174745.GB5821@kroah.com> (raw)
In-Reply-To: <d69eb9b74f95d985be6e017b85eb7cac8958606c.1541771591.git.code@wizofe.uk>

On Fri, Nov 09, 2018 at 01:54:17PM +0000, Ioannis Valasakis wrote:
> Insert empty line after struct definition.
> Reported by checkpatch.
> 
> Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
> ---
>  drivers/staging/greybus/bundle.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/greybus/bundle.h b/drivers/staging/greybus/bundle.h
> index 8734d2055657..4aaf7a0880fd 100644
> --- a/drivers/staging/greybus/bundle.h
> +++ b/drivers/staging/greybus/bundle.h
> @@ -31,6 +31,7 @@ struct gb_bundle {
>  
>  	struct list_head	links;	/* interface->bundles */
>  };
> +
>  #define to_gb_bundle(d) container_of(d, struct gb_bundle, dev)

Same thing here, it's ok as-is.

greg k-h


  reply	other threads:[~2018-11-09 17:47 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1541771591.git.code@wizofe.uk>
2018-11-09 13:53 ` [PATCH v3 01/15] staging: greybus: shorten comparison to NULL Ioannis Valasakis
2018-11-09 13:53 ` [PATCH v3 02/15] staging: greybus: align parameters to parentheses Ioannis Valasakis
2018-11-09 13:53 ` [PATCH v3 03/15] staging: greybus: add a blank line after declaration Ioannis Valasakis
2018-11-09 17:47   ` Greg KH
2018-11-09 13:53 ` [PATCH v3 04/15] staging: greybus: fix SPDX License Identifier Ioannis Valasakis
2018-11-09 13:53 ` [PATCH v3 05/15] staging: greybus: align arguments with parentheses Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 06/15] staging: greybus: correct SPDX License Identifier Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 07/15] staging: greybus: remove multiple blank lines Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 08/15] staging: greybus: insert empty line after struct Ioannis Valasakis
2018-11-09 17:47   ` Greg KH [this message]
2018-11-09 13:54 ` [PATCH v3 09/15] staging: greybus: remove space before tab Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 10/15] staging: greybus: remove multiple blank lines Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 11/15] staging: greybus: add extra space around OR operator Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 12/15] staging: greybus: remove extra space before tab Ioannis Valasakis
2018-11-09 13:54 ` [PATCH v3 13/15] staging: greybus: correct SPDX license identifiers Ioannis Valasakis
2018-11-09 17:48   ` Greg KH
2018-11-09 13:54 ` [PATCH v3 14/15] staging: greybus: remove comparison to BOOL Ioannis Valasakis
2018-11-09 13:55 ` [PATCH v3 15/15] staging: greybus: remove unmatched right bracket Ioannis Valasakis

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=20181109174745.GB5821@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=code@wizofe.uk \
    --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.