From 9cf4d3f10260c37ec48c642f2f74daf9561ac3df Mon Sep 17 00:00:00 2001 From: Lakshmi S Date: Tue, 23 Dec 2025 14:48:07 +0530 Subject: [PATCH] mailbox: arm_mhuv3: fix typo in comment Fix typo "channnels"-> "channels" in struct documentation. Signed-off-by: Lakshmi S Signed-off-by: Jassi Brar --- drivers/mailbox/arm_mhuv3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mailbox/arm_mhuv3.c b/drivers/mailbox/arm_mhuv3.c index 0910da67f8a1..a1c528be47f3 100644 --- a/drivers/mailbox/arm_mhuv3.c +++ b/drivers/mailbox/arm_mhuv3.c @@ -333,7 +333,7 @@ struct mhuv3_extension { * @rev: MHUv3 controller IIDR revision. * @var: MHUv3 controller IIDR variant. * @prod_id: MHUv3 controller IIDR product_id. - * @num_chans: The total number of channnels discovered across all extensions. + * @num_chans: The total number of channels discovered across all extensions. * @cmb_irq: Combined IRQ number if any found defined. * @ctrl: A reference to the MHUv3 control page for this block. * @pbx: Base address of the PBX register mapping region. -- 2.47.3