thermal: thermal_of: fix typo on __thermal_bind_params
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 26 Apr 2022 06:41:13 +0000 (06:41 +0000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 May 2022 10:11:52 +0000 (12:11 +0200)
commit44b965d8c44e8e86a43e11fc46adfc60da540c77
tree20b6fe7dfb1f54e7cca8717331c6b21272070c45
parentcb4487d2b4043bbe98f60f2628387b40fa4896f8
thermal: thermal_of: fix typo on __thermal_bind_params

Add a missing s to __thermal_bind_param kernel doc comment.
This fixes the following sparse warnings:
drivers/thermal/thermal_of.c:50: warning: expecting prototype for struct __thermal_bind_param. Prototype was for struct __thermal_bind_params instead

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Link: https://lore.kernel.org/r/20220426064113.3787826-1-clabbe@baylibre.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/thermal_of.c