regulator: of_regulator: Add missing colon for rdev kerneldoc argument
authorLee Jones <lee.jones@linaro.org>
Wed, 8 Jul 2020 12:48:31 +0000 (13:48 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jul 2020 16:37:53 +0000 (17:37 +0100)
commit45e8446e7a153a011ae099bb8c5657bb853c0ad0
tree1e5b87e4bb706070967bcc8f2c544698053351b4
parent9565cccd64876dd1f8732fad3a04f8daa41fcef9
regulator: of_regulator: Add missing colon for rdev kerneldoc argument

Kerneldoc validation gets confused if syntax isn't "@.*: ".

Adding the missing colons squashes the following W=1 warnings:

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Rajendra Nayak <rnayak@ti.com>
Link: https://lore.kernel.org/r/20200708124832.3441649-3-lee.jones@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/of_regulator.c