[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DM6PR02MB6635361B1A2CF6E94A006D56AAE49@DM6PR02MB6635.namprd02.prod.outlook.com>
Date: Tue, 5 Apr 2022 10:18:24 +0000
From: Shubhrajyoti Datta <shubhraj@...inx.com>
To: Shubhrajyoti Datta <shubhraj@...inx.com>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>
CC: git <git@...inx.com>, Michal Simek <michals@...inx.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] gpio: xilinx: Trivial patch
> -----Original Message-----
> From: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
> Sent: Tuesday, February 22, 2022 6:46 PM
> To: linux-gpio@...r.kernel.org
> Cc: git <git@...inx.com>; Michal Simek <michals@...inx.com>; linux-
> kernel@...r.kernel.org; Shubhrajyoti Datta <shubhraj@...inx.com>
> Subject: [PATCH] gpio: xilinx: Trivial patch
>
> Add a missing blank line. No functional changes.
>
> WARNING: Missing a blank line after declarations
> 128: FILE: drivers/gpio/gpio-xilinx.c:120:
> + void __iomem *addr = chip->regs + reg + xgpio_regoffset(chip, bit /
> 32);
> + xgpio_set_value32(a, bit, xgpio_readreg(addr));
>
> WARNING: Missing a blank line after declarations
> 136: FILE: drivers/gpio/gpio-xilinx.c:126:
> + void __iomem *addr = chip->regs + reg + xgpio_regoffset(chip, bit /
> 32);
> + xgpio_writereg(addr, xgpio_get_value32(a, bit));
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
If there are no further comments can this be merged.
Powered by blists - more mailing lists