soc: samsung: s3c-pm-check: Fix incorrectly named variable 'val'
authorLee Jones <lee.jones@linaro.org>
Tue, 3 Nov 2020 15:28:27 +0000 (15:28 +0000)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 3 Nov 2020 20:37:45 +0000 (21:37 +0100)
commit4d05446ab0a61ea3519e3c389fc7435ad0557cd4
tree1772f2b72640ffc6db94980fa394761018d3a257
parent74b01dc395364f647fe2729b6a775fd9df3f57a2
soc: samsung: s3c-pm-check: Fix incorrectly named variable 'val'

Fixes the following W=1 kernel build warning(s):

 drivers/soc/samsung/s3c-pm-check.c:162: warning: Function parameter or member 'val' not described in 's3c_pm_runcheck'
 drivers/soc/samsung/s3c-pm-check.c:162: warning: Excess function parameter 'vak' description in 's3c_pm_runcheck'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Ben Dooks <ben@simtec.co.uk>
Link: https://lore.kernel.org/r/20201103152838.1290217-15-lee.jones@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/soc/samsung/s3c-pm-check.c