On Fri, Jun 26, 2020 at 3:05 PM Lee Jones <[email protected]> wrote: > > If it's still in use and worth the effort, it sure looks like > this driver could do with a good scrub (clean). > > This patch conserns itself with the non-standard comments located > thoughout the file. > > It also fixes the following W=1 warnings by demoting the kerneldoc > function headers to standard comments, since there doesn't appear > to be a requirement for the function args to be documented: > > /drivers/misc/ti-st/st_kim.c:42: warning: Function parameter or member 'id' > not described in 'st_get_plat_device' > /drivers/misc/ti-st/st_kim.c:53: warning: Function parameter or member > 'kim_gdata' not described in 'validate_firmware_response' > /drivers/misc/ti-st/st_kim.c:126: warning: Function parameter or member > 'kim_gdata' not described in 'kim_int_recv' > /drivers/misc/ti-st/st_kim.c:126: warning: Function parameter or member > 'data' not described in 'kim_int_recv' > /drivers/misc/ti-st/st_kim.c:126: warning: Function parameter or member > 'count' not described in 'kim_int_recv' > /drivers/misc/ti-st/st_kim.c:272: warning: Function parameter or member > 'kim_gdata' not described in 'download_firmware' > /drivers/misc/ti-st/st_kim.c:445: warning: Function parameter or member > 'kim_data' not described in 'st_kim_start' > /drivers/misc/ti-st/st_kim.c:509: warning: Function parameter or member > 'kim_data' not described in 'st_kim_stop' > /drivers/misc/ti-st/st_kim.c:661: warning: Function parameter or member > 'core_data' not described in 'st_kim_ref' > /drivers/misc/ti-st/st_kim.c:661: warning: Function parameter or member 'id' > not described in 'st_kim_ref' > > Cc: Pavan Savoy <[email protected]> > Signed-off-by: Lee Jones <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>

