Message ID | 20210114152323.2382283-6-lee.jones@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 05b67b7a08fb64ecb80d365f5d745a473a020dba |
Headers | show |
Series | (Set 2/2) Rid W=1 issues from Input | expand |
On Thu, Jan 14, 2021 at 03:23:23PM +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/input/touchscreen/stmpe-ts.c:82: warning: Function parameter or member 'prop' not described in 'stmpe_touch' > > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Alexandre Torgue <alexandre.torgue@st.com> > Cc: Stefan Riedmueller <s.riedmueller@phytec.de> > Cc: Luotao Fu <l.fu@pengutronix.de> > Cc: linux-input@vger.kernel.org > Cc: linux-stm32@st-md-mailman.stormreply.com > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Lee Jones <lee.jones@linaro.org> Applied, thank you.
diff --git a/drivers/input/touchscreen/stmpe-ts.c b/drivers/input/touchscreen/stmpe-ts.c index cd747725589b1..25c45c3a35615 100644 --- a/drivers/input/touchscreen/stmpe-ts.c +++ b/drivers/input/touchscreen/stmpe-ts.c @@ -52,6 +52,7 @@ * @idev: registered input device * @work: a work item used to scan the device * @dev: a pointer back to the MFD cell struct device* + * @prop: Touchscreen properties * @ave_ctrl: Sample average control * (0 -> 1 sample, 1 -> 2 samples, 2 -> 4 samples, 3 -> 8 samples) * @touch_det_delay: Touch detect interrupt delay
Fixes the following W=1 kernel build warning(s): drivers/input/touchscreen/stmpe-ts.c:82: warning: Function parameter or member 'prop' not described in 'stmpe_touch' Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Alexandre Torgue <alexandre.torgue@st.com> Cc: Stefan Riedmueller <s.riedmueller@phytec.de> Cc: Luotao Fu <l.fu@pengutronix.de> Cc: linux-input@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Lee Jones <lee.jones@linaro.org> --- drivers/input/touchscreen/stmpe-ts.c | 1 + 1 file changed, 1 insertion(+)