linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: amlogic-a4: Drop surplus semicolon
@ 2025-03-22 20:41 Linus Walleij
  2025-03-25  5:59 ` Xianwei Zhao
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2025-03-22 20:41 UTC (permalink / raw)
  To: Xianwei Zhao, Neil Armstrong, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl
  Cc: linux-amlogic, linux-gpio, kernel test robot, Linus Walleij

The kernel bots complain about untidy code found using
coccinelle, fix it up.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503212354.Hx2qaDRe-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/pinctrl/meson/pinctrl-amlogic-a4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/meson/pinctrl-amlogic-a4.c b/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
index 35d5540b8eaa2378197d7791ef2470ca6591f693..ee7bbc72f9b36c0c6d5bec76780711f9db3c155d 100644
--- a/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
+++ b/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
@@ -856,7 +856,7 @@ static void init_bank_register_bit(struct aml_pinctrl *info,
 				break;
 			}
 		}
-	};
+	}
 
 	if (def_offs) {
 		for (i = 0; i < AML_NUM_REG; i++) {

---
base-commit: 693c9ecd832669c55e8d8067eba064440d9a4709
change-id: 20250322-fix-amlogic-a4-55a05e1402d5

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: amlogic-a4: Drop surplus semicolon
  2025-03-22 20:41 [PATCH] pinctrl: amlogic-a4: Drop surplus semicolon Linus Walleij
@ 2025-03-25  5:59 ` Xianwei Zhao
  0 siblings, 0 replies; 2+ messages in thread
From: Xianwei Zhao @ 2025-03-25  5:59 UTC (permalink / raw)
  To: Linus Walleij, Neil Armstrong, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl
  Cc: linux-amlogic, linux-gpio, kernel test robot

Reviewed-by: Xianwei Zhao <xianwei.zhao@amlogic.com>

On 2025/3/23 04:41, Linus Walleij wrote:
> [ EXTERNAL EMAIL ]
> 
> The kernel bots complain about untidy code found using
> coccinelle, fix it up.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202503212354.Hx2qaDRe-lkp@intel.com/
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>   drivers/pinctrl/meson/pinctrl-amlogic-a4.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/meson/pinctrl-amlogic-a4.c b/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
> index 35d5540b8eaa2378197d7791ef2470ca6591f693..ee7bbc72f9b36c0c6d5bec76780711f9db3c155d 100644
> --- a/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
> +++ b/drivers/pinctrl/meson/pinctrl-amlogic-a4.c
> @@ -856,7 +856,7 @@ static void init_bank_register_bit(struct aml_pinctrl *info,
>                                  break;
>                          }
>                  }
> -       };
> +       }
> 
>          if (def_offs) {
>                  for (i = 0; i < AML_NUM_REG; i++) {
> 
> ---
> base-commit: 693c9ecd832669c55e8d8067eba064440d9a4709
> change-id: 20250322-fix-amlogic-a4-55a05e1402d5
> 
> Best regards,
> --
> Linus Walleij <linus.walleij@linaro.org>
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-25  5:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 20:41 [PATCH] pinctrl: amlogic-a4: Drop surplus semicolon Linus Walleij
2025-03-25  5:59 ` Xianwei Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).