diff options
author | 2022-07-21 14:30:21 +0530 | |
---|---|---|
committer | 2022-07-26 19:24:19 +0200 | |
commit | f2a2f2c9aed21944095c2f867640a9089759c7e7 (patch) | |
tree | bc79b24b36fc20c42bf5dd59bf4f529d4b87924d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | MAINTAINERS: Update Intel 8255 GPIO driver file list (diff) | |
download | linux-dev-f2a2f2c9aed21944095c2f867640a9089759c7e7.tar.xz linux-dev-f2a2f2c9aed21944095c2f867640a9089759c7e7.zip |
gpio: xilinx: add missing blank line after declarations
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@xilinx.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions