From: Randy Dunlap Date: Tue, 17 Sep 2013 01:08:02 +0000 (-0700) Subject: regulator: fix fatal kernel-doc error X-Git-Tag: Ubuntu-5.13.0-19.19~21396^2~4^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7c2330f1afe13b3a934140857bc8060d00103a89;p=mirror_ubuntu-jammy-kernel.git regulator: fix fatal kernel-doc error Fix fatal kernel-doc error in : Error(include/linux/regulator/driver.h:52): cannot understand prototype: 'struct regulator_linear_range ' Signed-off-by: Randy Dunlap [Rewrote first line -- broonie] Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 67e13aa5a478..9bdad43ad228 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -40,6 +40,8 @@ enum regulator_status { }; /** + * struct regulator_linear_range - specify linear voltage ranges + * * Specify a range of voltages for regulator_map_linar_range() and * regulator_list_linear_range(). *