On Thu, Nov 12, 2020 at 11:02:03AM +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'keyboard' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'touchpad' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'tp_info' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'tp_info_command' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'init_mt_command' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'capsl_command' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'bl_command' not described in 'message' > drivers/input/keyboard/applespi.c:306: warning: Function parameter or member 'data' not described in 'message' > > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > Cc: Henrik Rydberg <rydberg@xxxxxxxxxxx> > Cc: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx> > Cc: linux-input@xxxxxxxxxxxxxxx > Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> Applied, thank you. -- Dmitry