> -----Original Message----- > From: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > Sent: Tuesday, February 22, 2022 6:46 PM > To: linux-gpio@xxxxxxxxxxxxxxx > Cc: git <git@xxxxxxxxxx>; Michal Simek <michals@xxxxxxxxxx>; linux- > kernel@xxxxxxxxxxxxxxx; Shubhrajyoti Datta <shubhraj@xxxxxxxxxx> > 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@xxxxxxxxxx> If there are no further comments can this be merged.