[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <17610782.Z3s6dbGlRe@pc-42>
Date: Mon, 12 Oct 2020 11:16:28 +0200
From: Jérôme Pouiller <jerome.pouiller@...abs.com>
To: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org
Cc: linux-kernel@...r.kernel.org,
Izabela Bakollari <izabela.bakollari@...il.com>
Subject: Re: [PATCH] staging: wfx: Spacing and alignment cleanup
On Monday 12 October 2020 10:26:30 CEST izabela.bakollari@...il.com wrote:
> From: Izabela Bakollari <izabela.bakollari@...il.com>
>
> This patch fixes minor issue with spacing and alignment.
>
> checkpatch message:
> CHECK: Alignment should match open parenthesis
>
> Signed-off-by: Izabela Bakollari <izabela.bakollari@...il.com>
> ---
> drivers/staging/wfx/debug.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/wfx/debug.c b/drivers/staging/wfx/debug.c
> index 3f1712b7c919..83ccbab50899 100644
> --- a/drivers/staging/wfx/debug.c
> +++ b/drivers/staging/wfx/debug.c
> @@ -32,7 +32,7 @@ static const struct trace_print_flags wfx_reg_print_map[] = {
> };
>
> static const char *get_symbol(unsigned long val,
> - const struct trace_print_flags *symbol_array)
> + const struct trace_print_flags *symbol_array)
> {
> int i;
>
> --
> 2.18.4
>
Hello Izabela,
Thank you for your contribution.
This issue has already been fixed in commit d61c0848100c ("staging: wfx:
clear alignment style issues").
For your next contribution, ensure your patch applies on the last
development tree.
To get the development tree to use, you can run:
./scripts/get_maintainer.pl --scm -f drivers/staging/wfx/debug.c
--
Jérôme Pouiller
Powered by blists - more mailing lists