diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2019-03-20 16:17:46 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2019-05-14 06:35:36 +0300 |
commit | 68b3314d7c77b52f67a912e1a37096ca672978da (patch) | |
tree | cc204e20a799cb4d26d7a6f4ffed0e5048f70043 /drivers/thermal/Kconfig | |
parent | 2cbcd2eab01b28148ebc21c1821a7f8187a923f4 (diff) | |
download | linux-68b3314d7c77b52f67a912e1a37096ca672978da.tar.xz |
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>
Diffstat (limited to 'drivers/thermal/Kconfig')
0 files changed, 0 insertions, 0 deletions