Linux kernel staging patches
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Lucas Poupeau <lucasp.linux@gmail.com>
Cc: linux-staging@lists.linux.dev, Lucas Poupeau <anonymecode077@gmail.com>
Subject: Re: [PATCH] staging: vme_user: add missing blank line after declarations
Date: Mon, 4 May 2026 16:58:02 +0200	[thread overview]
Message-ID: <2026050454-pessimism-icky-3007@gregkh> (raw)
In-Reply-To: <20260504144612.12727-1-lucasp.linux@gmail.com>

On Mon, May 04, 2026 at 04:46:12PM +0200, Lucas Poupeau wrote:
> From: Lucas Poupeau <anonymecode077@gmail.com>
> 
> Fix the following checkpatch.pl warning:
> WARNING: Missing a blank line after declarations
> 
> Signed-off-by: Lucas Poupeau <anonymecode077@gmail.com>
> ---
>  drivers/staging/vme_user/vme_fake.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/staging/vme_user/vme_fake.c b/drivers/staging/vme_user/vme_fake.c
> index be4ad47ed526..d108f9549b0d 100644
> --- a/drivers/staging/vme_user/vme_fake.c
> +++ b/drivers/staging/vme_user/vme_fake.c
> @@ -67,7 +67,9 @@ struct fake_driver {
>  	unsigned long long lm_base;
>  	u32 lm_aspace;
>  	u32 lm_cycle;
> +
>  	void (*lm_callback[4])(void *);
> +
>  	void *lm_data[4];
>  	struct tasklet_struct int_tasklet;
>  	int int_level;
> -- 
> 2.54.0
> 

This is a structure, not a function :(

      reply	other threads:[~2026-05-04 14:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-04 14:46 [PATCH] staging: vme_user: add missing blank line after declarations Lucas Poupeau
2026-05-04 14:58 ` 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=2026050454-pessimism-icky-3007@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=anonymecode077@gmail.com \
    --cc=linux-staging@lists.linux.dev \
    --cc=lucasp.linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox