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_core.c:132: warning: Function parameter or member > 'st_gdata' not described in 'st_reg_complete' > drivers/misc/ti-st/st_core.c:132: warning: Function parameter or member > 'err' not described in 'st_reg_complete' > drivers/misc/ti-st/st_core.c:197: warning: Function parameter or member > 'st_gdata' not described in 'st_wakeup_ack' > drivers/misc/ti-st/st_core.c:197: warning: Function parameter or member > 'cmd' not described in 'st_wakeup_ack' > drivers/misc/ti-st/st_core.c:226: warning: Function parameter or member > 'disc_data' not described in 'st_int_recv' > drivers/misc/ti-st/st_core.c:226: warning: Function parameter or member > 'data' not described in 'st_int_recv' > drivers/misc/ti-st/st_core.c:226: warning: Function parameter or member > 'count' not described in 'st_int_recv' > drivers/misc/ti-st/st_core.c:387: warning: Function parameter or member > 'st_gdata' not described in 'st_int_dequeue' > drivers/misc/ti-st/st_core.c:409: warning: Function parameter or member > 'st_gdata' not described in 'st_int_enqueue' > drivers/misc/ti-st/st_core.c:409: warning: Function parameter or member > 'skb' not described in 'st_int_enqueue' > > Cc: Pavan Savoy <[email protected]> > Cc: Naveen Jain <[email protected]> > Signed-off-by: Lee Jones <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>

