Commit 136feb4c authored by Lee Jones's avatar Lee Jones Committed by Dmitry Torokhov

Input: resistive-adc-touch - struct headers should start with 'struct <name>'

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

 drivers/input/touchscreen/resistive-adc-touch.c:34: warning: cannot understand function prototype: 'struct grts_state '
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-10-lee.jones@linaro.orgSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 29c2e124
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define GRTS_MAX_POS_MASK GENMASK(11, 0) #define GRTS_MAX_POS_MASK GENMASK(11, 0)
/** /**
* grts_state - generic resistive touch screen information struct * struct grts_state - generic resistive touch screen information struct
* @pressure_min: number representing the minimum for the pressure * @pressure_min: number representing the minimum for the pressure
* @pressure: are we getting pressure info or not * @pressure: are we getting pressure info or not
* @iio_chans: list of channels acquired * @iio_chans: list of channels acquired
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment