Re: [PATCH 2/2] PCI/pwrctrl: tc9563: Remove unnecessary semicolons
From: Bartosz Golaszewski
Date: Thu Nov 20 2025 - 08:13:20 EST
On Thu, 20 Nov 2025 07:51:16 +0100, Manivannan Sadhasivam
<manivannan.sadhasivam@xxxxxxxxxxxxxxxx> said:
> As reported by the LKP bot, semicolons are not needed at the end of the
> switch and if blocks. Hence, remove them.
>
> This fixes the below cocci warnings:
>
> cocci warnings: (new ones prefixed by >>)
> >> drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c:351:2-3: Unneeded semicolon
> drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c:414:2-3: Unneeded semicolon
> drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c:316:2-3: Unneeded semicolon
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202511200555.M4TX84jK-lkp@xxxxxxxxx
> Signed-off-by: Manivannan Sadhasivam <mani@xxxxxxxxxx>
> ---
> drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>