]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ti_am335x_tsc - use variable name for sizeof() operator
authorAndrew F. Davis <afd@ti.com>
Wed, 1 Jun 2016 18:35:05 +0000 (11:35 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 1 Jun 2016 21:21:11 +0000 (14:21 -0700)
commit2a5b189fc7fa911801fc5ec28d6b1a31b1e41ac4
tree9841db31dbcddf051d55db6c95831175795ec9d6
parent76d278997bd49d44a46a43ff87f9714597c6f3a4
Input: ti_am335x_tsc - use variable name for sizeof() operator

Fix the code formatting to use the kernel preferred style
of using the actual variables to determize the size using
the sizeof() operator.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ti_am335x_tsc.c