]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: rockchip: io-domain: Remove incorrect and incomplete comment header
authorLee Jones <lee.jones@linaro.org>
Tue, 3 Nov 2020 15:28:18 +0000 (15:28 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 12 Nov 2020 11:15:06 +0000 (12:15 +0100)
Fixes the following W=1 kernel build warning(s):

 drivers/soc/rockchip/io-domain.c:57: warning: Cannot understand  * @supplies: voltage settings matching the register bits.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: Doug Anderson <dianders@chromium.org>
Cc: linux-rockchip@lists.infradead.org
Link: https://lore.kernel.org/r/20201103152838.1290217-6-lee.jones@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/soc/rockchip/io-domain.c

index eece97f97ef8f03c0367f6152412338d27a3b36d..d13d2d497720b2e883db3b3684e5a3b1116a5330 100644 (file)
@@ -53,9 +53,6 @@
 
 struct rockchip_iodomain;
 
-/**
- * @supplies: voltage settings matching the register bits.
- */
 struct rockchip_iodomain_soc_data {
        int grf_offset;
        const char *supply_names[MAX_SUPPLIES];