OSDN Git Service

drivers: thermal: tsens: Use consistent names for variables
authorAmit Kucheria <amit.kucheria@linaro.org>
Wed, 20 Mar 2019 13:17:45 +0000 (18:47 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 14 May 2019 03:35:36 +0000 (20:35 -0700)
commit2cbcd2eab01b28148ebc21c1821a7f8187a923f4
treeda8f2293256f0ed5ec7ae2c31ea3c369140ba0ff
parent69b628ac71f07d667d09393d1f597f543ccd5240
drivers: thermal: tsens: Use consistent names for variables

tsens_get_temp() uses the name 'data' for the void pointer, use the same
in tsens_get_trend() for consistency.

Remove a stray space while we're at it.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/qcom/tsens.c