mirror of https://gitee.com/openkylin/linux.git
Input: synaptics-rmi4 - drop a duplicated word
Drop the repeated word "to" in a comment. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20200719003131.21050-1-rdunlap@infradead.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
606e702207
commit
53aab92dec
|
@ -206,7 +206,7 @@ struct rmi_device_platform_data_spi {
|
||||||
*
|
*
|
||||||
* @reset_delay_ms - after issuing a reset command to the touch sensor, the
|
* @reset_delay_ms - after issuing a reset command to the touch sensor, the
|
||||||
* driver waits a few milliseconds to give the firmware a chance to
|
* driver waits a few milliseconds to give the firmware a chance to
|
||||||
* to re-initialize. You can override the default wait period here.
|
* re-initialize. You can override the default wait period here.
|
||||||
* @irq: irq associated with the attn gpio line, or negative
|
* @irq: irq associated with the attn gpio line, or negative
|
||||||
*/
|
*/
|
||||||
struct rmi_device_platform_data {
|
struct rmi_device_platform_data {
|
||||||
|
|
Loading…
Reference in New Issue