Skip to content

Commit 68a2151

Browse files
Alain VolmatpH5
authored andcommitted
reset: sti: reset-syscfg: fix struct description warnings
Fix formating of struct description to avoid warning highlighted by W=1 compilation. Fixes: e5d7607 ("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>
1 parent f008c40 commit 68a2151

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/reset/sti/reset-syscfg.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "reset-syscfg.h"
1818

1919
/**
20-
* Reset channel regmap configuration
20+
* struct syscfg_reset_channel - Reset channel regmap configuration
2121
*
2222
* @reset: regmap field for the channel's reset bit.
2323
* @ack: regmap field for the channel's ack bit (optional).
@@ -28,8 +28,9 @@ struct syscfg_reset_channel {
2828
};
2929

3030
/**
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.
3334
*
3435
* @rst: base reset controller structure.
3536
* @active_low: are the resets in this controller active low, i.e. clearing

0 commit comments

Comments
 (0)