Commit 68a21516 authored by Alain Volmat's avatar Alain Volmat Committed by Philipp Zabel

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

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

Fixes: e5d76075 ("drivers: reset: STi SoC system configuration reset controller support")
Signed-off-by: default avatarAlain Volmat <avolmat@me.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent f008c403
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "reset-syscfg.h" #include "reset-syscfg.h"
/** /**
* Reset channel regmap configuration * struct syscfg_reset_channel - Reset channel regmap configuration
* *
* @reset: regmap field for the channel's reset bit. * @reset: regmap field for the channel's reset bit.
* @ack: regmap field for the channel's ack bit (optional). * @ack: regmap field for the channel's ack bit (optional).
...@@ -28,8 +28,9 @@ struct syscfg_reset_channel { ...@@ -28,8 +28,9 @@ struct syscfg_reset_channel {
}; };
/** /**
* A reset controller which groups together a set of related reset bits, which * struct syscfg_reset_controller - A reset controller which groups together
* may be located in different system configuration registers. * a set of related reset bits, which may be located in different system
* configuration registers.
* *
* @rst: base reset controller structure. * @rst: base reset controller structure.
* @active_low: are the resets in this controller active low, i.e. clearing * @active_low: are the resets in this controller active low, i.e. clearing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment