• Randy Dunlap's avatar
    drm/imagination: pvr_device.h: fix all kernel-doc warnings · eee70683
    Randy Dunlap authored
    Correct all kernel-doc notation on pvr_device.h so that there are no
    kernel-doc warnings remaining.
    
    pvr_device.h:292: warning: Excess struct member 'active' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'idle' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'lock' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'work' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'old_kccb_cmds_executed' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'kccb_stall_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'ccb' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn_q' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn_obj' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'slot_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'reserved_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'waiters' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'fence_ctx' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'id' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'seqno' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'lock' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'active' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'idle' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'lock' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'work' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'old_kccb_cmds_executed' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'kccb_stall_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'ccb' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn_q' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn_obj' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'rtn' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'slot_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'reserved_count' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'waiters' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'fence_ctx' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'id' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'seqno' description in 'pvr_device'
    pvr_device.h:292: warning: Excess struct member 'lock' description in 'pvr_device'
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Cc: Frank Binns <frank.binns@imgtec.com>
    Cc: Donald Robson <donald.robson@imgtec.com>
    Cc: Matt Coster <matt.coster@imgtec.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Maxime Ripard <mripard@kernel.org>
    Cc: Thomas Zimmermann <tzimmermann@suse.de>
    Cc: David Airlie <airlied@gmail.com>
    Cc: Daniel Vetter <daniel@ffwll.ch>
    Cc: dri-devel@lists.freedesktop.org
    Cc: Jonathan Corbet <corbet@lwn.net>
    Cc: Vegard Nossum <vegard.nossum@oracle.com>
    Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
    Link: https://patchwork.freedesktop.org/patch/msgid/20231231054910.31805-1-rdunlap@infradead.org
    eee70683
pvr_device.h 21.3 KB