On Fri, Dec 15, 2023 at 6:41 PM Randy Dunlap <[email protected]> wrote: > > kernel test robot reports one kernel-doc warning in stdu, but > running scripts/kernel-doc in -Wall mode reports several more, > so fix all of them at one time: > > vmwgfx_stdu.c:76: warning: Excess struct member 'transfer' description in > 'vmw_stdu_dirty' > vmwgfx_stdu.c:103: warning: missing initial short description on line: > * struct vmw_screen_target_display_unit > vmwgfx_stdu.c:215: warning: No description found for return value of > 'vmw_stdu_bind_st' > vmwgfx_stdu.c:320: warning: No description found for return value of > 'vmw_stdu_destroy_st' > vmwgfx_stdu.c:551: warning: No description found for return value of > 'vmw_kms_stdu_readback' > vmwgfx_stdu.c:719: warning: No description found for return value of > 'vmw_kms_stdu_surface_dirty' > vmwgfx_stdu.c:895: warning: No description found for return value of > 'vmw_stdu_primary_plane_prepare_fb' > vmwgfx_stdu.c:1470: warning: No description found for return value of > 'vmw_stdu_init' > > Signed-off-by: Randy Dunlap <[email protected]> > Reported-by: kernel test robot <[email protected]> > Closes: > https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Cc: Zack Rusin <[email protected]> > Cc: VMware Graphics Reviewers <[email protected]> > Cc: [email protected] > Cc: Maarten Lankhorst <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > ---
LGTM. Thanks! Reviewed-by: Zack Rusin <[email protected]> z
