regulator: core: Fix kerneldoc comments
authorTamara Diaconita <diaconitatamara@gmail.com>
Tue, 28 Mar 2017 18:30:21 +0000 (21:30 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 29 Mar 2017 10:35:32 +0000 (11:35 +0100)
commitfffd1133388857f5b4b8c588b41b2ade16c7891c
tree8a2424b176f4f23bd932e840b72e9b7c6bac1fa6
parent0630b614391f8cbc35e837b4645ec8faaaa6465e
regulator: core: Fix kerneldoc comments

Remove the description for the non-existing 'ret' to fix the build warning:
./drivers/regulator/core.c:1467: warning:
Excess function parameter 'ret' description in 'regulator_dev_lookup'.
The description found for the return value is: @ret: 0 on success, -ENODEV
if lookup fails permanently, -EPROBE_DEFER if lookup could succeed in the future.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c