From: Lee Jones Date: Wed, 4 Nov 2020 19:12:31 +0000 (-0800) Subject: Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc header X-Git-Tag: howlett/maple_spf/20210104~343^2^2~75 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d8c58078e8aad8378fc4d0d112ed19c34ad9fca9;p=users%2Fjedix%2Flinux-maple.git Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc header Fixes the following W=1 kernel build warning(s): drivers/input/misc/ab8500-ponkey.c:32: warning: Function parameter or member 'idev' not described in 'ab8500_ponkey' Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20201104162427.2984742-5-lee.jones@linaro.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/ab8500-ponkey.c b/drivers/input/misc/ab8500-ponkey.c index ea3b8292acdd..a9b9013680d6 100644 --- a/drivers/input/misc/ab8500-ponkey.c +++ b/drivers/input/misc/ab8500-ponkey.c @@ -19,7 +19,7 @@ /** * struct ab8500_ponkey - ab8500 ponkey information - * @input_dev: pointer to input device + * @idev: pointer to input device * @ab8500: ab8500 parent * @irq_dbf: irq number for falling transition * @irq_dbr: irq number for rising transition