* [PATCH -next] liveupdate: kho: remove unneeded semicolon
@ 2025-10-13 2:18 Jiapeng Chong
2025-10-13 12:21 ` Pratyush Yadav
0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2025-10-13 2:18 UTC (permalink / raw)
To: graf
Cc: rppt, changyuanl, pasha.tatashin, kexec, linux-mm, linux-kernel,
Jiapeng Chong, Abaci Robot
No functional modification involved.
./kernel/liveupdate/kexec_handover.c:1155:2-3: Unneeded semicolon.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26158
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
kernel/liveupdate/kexec_handover.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/liveupdate/kexec_handover.c b/kernel/liveupdate/kexec_handover.c
index 5da21f1510cc..c87d00c40c82 100644
--- a/kernel/liveupdate/kexec_handover.c
+++ b/kernel/liveupdate/kexec_handover.c
@@ -1152,7 +1152,7 @@ static int __kho_finalize(void)
err |= fdt_begin_node(root, fdt->name);
err |= fdt_property(root, PROP_SUB_FDT, &phys, sizeof(phys));
err |= fdt_end_node(root);
- };
+ }
mutex_unlock(&kho_out.fdts_lock);
err |= fdt_end_node(root);
--
2.43.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] liveupdate: kho: remove unneeded semicolon
2025-10-13 2:18 [PATCH -next] liveupdate: kho: remove unneeded semicolon Jiapeng Chong
@ 2025-10-13 12:21 ` Pratyush Yadav
0 siblings, 0 replies; 2+ messages in thread
From: Pratyush Yadav @ 2025-10-13 12:21 UTC (permalink / raw)
To: Jiapeng Chong
Cc: graf, rppt, changyuanl, pasha.tatashin, kexec, linux-mm,
linux-kernel, Abaci Robot
On Mon, Oct 13 2025, Jiapeng Chong wrote:
> No functional modification involved.
>
> ./kernel/liveupdate/kexec_handover.c:1155:2-3: Unneeded semicolon.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26158
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Looks like it comes from Pasha's series
https://lore.kernel.org/lkml/20251007033100.836886-4-pasha.tatashin@soleen.com/
I think this fix can be folded into the patch since it isn't merged yet.
> ---
> kernel/liveupdate/kexec_handover.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/liveupdate/kexec_handover.c b/kernel/liveupdate/kexec_handover.c
> index 5da21f1510cc..c87d00c40c82 100644
> --- a/kernel/liveupdate/kexec_handover.c
> +++ b/kernel/liveupdate/kexec_handover.c
> @@ -1152,7 +1152,7 @@ static int __kho_finalize(void)
> err |= fdt_begin_node(root, fdt->name);
> err |= fdt_property(root, PROP_SUB_FDT, &phys, sizeof(phys));
> err |= fdt_end_node(root);
> - };
> + }
> mutex_unlock(&kho_out.fdts_lock);
>
> err |= fdt_end_node(root);
--
Regards,
Pratyush Yadav
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-13 12:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 2:18 [PATCH -next] liveupdate: kho: remove unneeded semicolon Jiapeng Chong
2025-10-13 12:21 ` Pratyush Yadav
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox