[PATCH 0/3] gpio: tb10x: W=1 warning fix and style cleanups
From: Igor Putko
Date: Thu Jun 18 2026 - 11:57:01 EST
This series fixes a kernel-doc warning in the tb10x GPIO driver
and addresses two minor checkpatch.pl coding style issues.
Patch 1 fixes the kernel-doc structure formatting.
Patch 2 replaces bare unsigned with unsigned int.
Patch 3 removes unnecessary braces from a single-statement block.
Igor Putko (3):
gpio: tb10x: fix struct tb10x_gpio kernel-doc
gpio: tb10x: use unsigned int instead of bare unsigned
gpio: tb10x: remove unnecessary braces
drivers/gpio/gpio-tb10x.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.34.1