]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics - replace NOOP with suitable commentary
authorLee Jones <lee.jones@linaro.org>
Wed, 20 Jan 2021 02:43:11 +0000 (18:43 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 20 Jan 2021 03:03:11 +0000 (19:03 -0800)
commit4970e276e1707ebdb740a4c7c57c97fe4818d5f4
tree10a08e2ae745c44c037e258348a42dc4b8c71032
parent4ef6b6a542b2f5298e5956c6a1b256cdfaa28cc8
Input: synaptics - replace NOOP with suitable commentary

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

 drivers/input/mouse/synaptics.c: In function ‘synaptics_process_packet’:
 drivers/input/mouse/synaptics.c:1110:6: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210114152323.2382283-2-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c