[PATCH 4/6] powerpc/powernv: Fix spurious kerneldoc warnings in opal-prd.c
Joel Stanley
joel at jms.id.au
Tue Aug 4 12:18:49 AEST 2020
On Tue, 4 Aug 2020 at 01:03, Oliver O'Halloran <oohall at gmail.com> wrote:
>
> 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 at gmail.com>
Reviewed-by: Joel Stanley <joel at jms.id.au>
More information about the Linuxppc-dev
mailing list