2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00
linux-next/drivers/thermal/qcom
Amit Kucheria 68b3314d7c drivers: thermal: tsens: Function prototypes should have argument names
check_patch complains a lot as follows:

WARNING: function definition argument 'struct tsens_priv *' should also have an identifier name
+       int (*init)(struct tsens_priv *);

Fix it.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2019-05-13 20:35:36 -07:00
..
Kconfig drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir 2018-12-07 16:49:02 +08:00
Makefile drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir 2018-12-07 16:49:02 +08:00
qcom-spmi-temp-alarm.c drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir 2018-12-07 16:49:02 +08:00
tsens-8916.c drivers: thermal: tsens: Rename variable tmdev 2019-05-13 20:35:36 -07:00
tsens-8960.c drivers: thermal: tsens: Rename variable tmdev 2019-05-13 20:35:36 -07:00
tsens-8974.c drivers: thermal: tsens: Rename variable tmdev 2019-05-13 20:35:36 -07:00
tsens-common.c drivers: thermal: tsens: Rename variable tmdev 2019-05-13 20:35:36 -07:00
tsens-v2.c drivers: thermal: tsens: Rename variable tmdev 2019-05-13 20:35:36 -07:00
tsens.c drivers: thermal: tsens: Use consistent names for variables 2019-05-13 20:35:36 -07:00
tsens.h drivers: thermal: tsens: Function prototypes should have argument names 2019-05-13 20:35:36 -07:00