Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: elantech - demote obvious abuse of kernel-doc header

Fixes the following W=1 kernel build warning(s):

drivers/input/mouse/elantech.c:1837: warning: Function parameter or member 'psmouse' not described in 'elantech_setup_smbus'
drivers/input/mouse/elantech.c:1837: warning: Function parameter or member 'info' not described in 'elantech_setup_smbus'
drivers/input/mouse/elantech.c:1837: warning: Function parameter or member 'leave_breadcrumbs' not described in 'elantech_setup_smbus'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-13-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Lee Jones and committed by
Dmitry Torokhov
93107bc7 55be5087

+1 -1
+1 -1
drivers/input/mouse/elantech.c
··· 1827 1827 leave_breadcrumbs); 1828 1828 } 1829 1829 1830 - /** 1830 + /* 1831 1831 * elantech_setup_smbus - called once the PS/2 devices are enumerated 1832 1832 * and decides to instantiate a SMBus InterTouch device. 1833 1833 */