]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv: Fix spurious kerneldoc warnings in opal-prd.c
authorOliver O'Halloran <oohall@gmail.com>
Tue, 4 Aug 2020 00:54:08 +0000 (10:54 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Aug 2020 15:31:33 +0000 (01:31 +1000)
commit69b131d4c3a1bd22b2ad4658696207021c5f0121
tree0442702de1da506c500e26aa486fee7269f53c5e
parent53ba285dd429a2fcb76ed09dc2e799eeb661a86c
powerpc/powernv: Fix spurious kerneldoc warnings in opal-prd.c

Comments opening with /** are parsed by kerneldoc and this causes the
following warning to be printed:

arch/powerpc/platforms/powernv/opal-prd.c:31: warning: cannot understand
function prototype: 'struct opal_prd_msg_queue_item '

opal_prd_mesg_queue_item is an internal data structure so there's no real
need for it to be documented at all. Fix up the comment to squash the
warning.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200804005410.146094-5-oohall@gmail.com
arch/powerpc/platforms/powernv/opal-prd.c