]> git.baikalelectronics.ru Git - kernel.git/commit
Input: resistive-adc-touch - describe parameters in kernel doc
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 31 May 2021 05:24:35 +0000 (22:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 1 Jun 2021 05:52:31 +0000 (22:52 -0700)
commit8da9754e1957334afe7415e9bf9f1620bd9bc40f
treec6fbf26b6e085b7b78ea00e53176d52dc281e91b
parent1cee2081d39f17c5edd63ee43d77b4eb7aaf3f7e
Input: resistive-adc-touch - describe parameters in kernel doc

Validation script is not happy:

 resistive-adc-touch.c:53: warning: Function parameter or member 'x_plate_ohms' not described in 'grts_state'
 resistive-adc-touch.c:53: warning: Function parameter or member 'ch' not described in 'grts_state'

Describe parameters in kernel doc to make it happy.

Fixes: a5f9b7849ab1 ("Input: resistive-adc-touch - add support for z1 and z2 channels")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210528151113.85943-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/resistive-adc-touch.c