Skip to content

Commit b3734a8

Browse files
rddunlapJassiBrar
authored andcommitted
mailbox: zynqmp-ipi: fix an Excess struct member kernel-doc warning
kernel test robot reports 2 Excess struct member warnings: zynqmp-ipi-mailbox.c:92: warning: Excess struct member 'irq' description in 'zynqmp_ipi_mbox' zynqmp-ipi-mailbox.c:112: warning: Excess struct member 'ipi_mboxes' description in 'zynqmp_ipi_pdata' The second one is a false positive that is caused by the __counted_by() attribute. Kees has posted a patch for that, so just fix the first one. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202312150705.glrQ4ypv-lkp@intel.com/ Cc: linux-arm-kernel@lists.infradead.org Reviewed-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent 7f923ab commit b3734a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mailbox/zynqmp-ipi-mailbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ struct zynqmp_ipi_mchan {
8181
* @remote_id: remote IPI agent ID
8282
* @mbox: mailbox Controller
8383
* @mchans: array for channels, tx channel and rx channel.
84-
* @irq: IPI agent interrupt ID
8584
*/
8685
struct zynqmp_ipi_mbox {
8786
struct zynqmp_ipi_pdata *pdata;

0 commit comments

Comments
 (0)