Kinsey Moore started a new discussion on 
bsps/aarch64/raspberrypi/include/bsp/mailbox.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138811

 > +
 > +/**
 > + * @brief Write data to the mailbox write register
 > + * 
 > + * Packs the data and channe fields in the mailbox write register
 > + * @param channel 0 to 9 defined Maibox Channels
 > + * @param data The value to store in the data section of the register
 > + */
 > +void rpi_mbox_write(uint8_t channel, uint32_t data);
 > +
 > +/**
 > + * @brief Read data from the mailbox read register
 > + * 
 > + * Reads data from the mailbox read register and validates against the 
 > channel
 > + * @param channel 0 to 9 defined Maibox Channels
 > + * @return The data after verifying the channel is matching

These need an empty line between the longer description and the parameter list.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138811
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to