diff options
author | Shubhrajyoti Datta <[email protected]> | 2022-07-21 14:30:21 +0530 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2022-07-26 19:24:19 +0200 |
commit | f2a2f2c9aed21944095c2f867640a9089759c7e7 (patch) | |
tree | bc79b24b36fc20c42bf5dd59bf4f529d4b87924d /scripts/gdb/linux/tasks.py | |
parent | a0a2d10aad65afb1558d7b8ad5770dff75493d45 (diff) |
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 <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions