]> git.ipfire.org Git - people/ms/linux.git/blobdiff - drivers/mailbox/arm_mhuv2.c
mailbox: correct kerneldoc
[people/ms/linux.git] / drivers / mailbox / arm_mhuv2.c
index d997f8ebfa98ca934391459ef348e2a8e83363b0..a47aef8df52fd6f3125987f98a47bc3afcd38944 100644 (file)
@@ -160,7 +160,8 @@ enum mhuv2_frame {
  * struct mhuv2 - MHUv2 mailbox controller data
  *
  * @mbox:      Mailbox controller belonging to the MHU frame.
- * @send/recv: Base address of the register mapping region.
+ * @send:      Base address of the register mapping region.
+ * @recv:      Base address of the register mapping region.
  * @frame:     Frame type: RECEIVER_FRAME or SENDER_FRAME.
  * @irq:       Interrupt.
  * @windows:   Channel windows implemented by the platform.