]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: ti_am335x_adc: use variable names for sizeof() operator
authorAndrew F. Davis <afd@ti.com>
Tue, 31 May 2016 17:00:12 +0000 (12:00 -0500)
committerJonathan Cameron <jic23@kernel.org>
Fri, 3 Jun 2016 12:14:53 +0000 (13:14 +0100)
commit4fb14be836d05f45c42de989777ec00476a4cb07
tree9771642489a17b8ff650dd101d12d3b6bc927b43
parentcb22e3bef8ea162d4403c3fb2acdb1a9923a741a
iio: adc: ti_am335x_adc: use variable names 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: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ti_am335x_adc.c