Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: sti: reset-syscfg: fix struct description warnings

Fix formating of struct description to avoid warning highlighted
by W=1 compilation.

Fixes: e5d76075d930 ("drivers: reset: STi SoC system configuration reset controller support")
Signed-off-by: Alain Volmat <avolmat@me.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Alain Volmat and committed by
Philipp Zabel
68a21516 f008c403

+4 -3
+4 -3
drivers/reset/sti/reset-syscfg.c
··· 17 17 #include "reset-syscfg.h" 18 18 19 19 /** 20 - * Reset channel regmap configuration 20 + * struct syscfg_reset_channel - Reset channel regmap configuration 21 21 * 22 22 * @reset: regmap field for the channel's reset bit. 23 23 * @ack: regmap field for the channel's ack bit (optional). ··· 28 28 }; 29 29 30 30 /** 31 - * A reset controller which groups together a set of related reset bits, which 32 - * may be located in different system configuration registers. 31 + * struct syscfg_reset_controller - A reset controller which groups together 32 + * a set of related reset bits, which may be located in different system 33 + * configuration registers. 33 34 * 34 35 * @rst: base reset controller structure. 35 36 * @active_low: are the resets in this controller active low, i.e. clearing