]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mailbox: arm_mhuv3: fix typo in comment
authorLakshmi S <lakshmicar.2023@gmail.com>
Tue, 23 Dec 2025 09:18:07 +0000 (14:48 +0530)
committerJassi Brar <jassisinghbrar@gmail.com>
Sun, 25 Jan 2026 00:42:39 +0000 (18:42 -0600)
Fix typo "channnels"-> "channels" in struct documentation.

Signed-off-by: Lakshmi S <lakshmicar.2023@gmail.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/arm_mhuv3.c

index 0910da67f8a1732bcaceb1147a81efaa9918f263..a1c528be47f3f2a0b342118489aa4711fe5bb477 100644 (file)
@@ -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.