linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reset: sti: reset-syscfg: fix struct description warnings
@ 2020-08-31 20:38 Alain Volmat
  2020-09-23 12:35 ` Philipp Zabel
  2020-11-19  7:56 ` Patrice CHOTARD
  0 siblings, 2 replies; 3+ messages in thread
From: Alain Volmat @ 2020-08-31 20:38 UTC (permalink / raw)
  To: Patrice Chotard, Philipp Zabel, linux-arm-kernel, linux-kernel; +Cc: avolmat

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>
---
 drivers/reset/sti/reset-syscfg.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/reset/sti/reset-syscfg.c b/drivers/reset/sti/reset-syscfg.c
index 91215bb88f62..99b63035fe72 100644
--- a/drivers/reset/sti/reset-syscfg.c
+++ b/drivers/reset/sti/reset-syscfg.c
@@ -17,7 +17,7 @@
 #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.
  * @ack: regmap field for the channel's ack bit (optional).
@@ -28,8 +28,9 @@ struct syscfg_reset_channel {
 };
 
 /**
- * A reset controller which groups together a set of related reset bits, which
- * may be located in different system configuration registers.
+ * struct syscfg_reset_controller - A reset controller which groups together
+ * a set of related reset bits, which may be located in different system
+ * configuration registers.
  *
  * @rst: base reset controller structure.
  * @active_low: are the resets in this controller active low, i.e. clearing
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] reset: sti: reset-syscfg: fix struct description warnings
  2020-08-31 20:38 [PATCH] reset: sti: reset-syscfg: fix struct description warnings Alain Volmat
@ 2020-09-23 12:35 ` Philipp Zabel
  2020-11-19  7:56 ` Patrice CHOTARD
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2020-09-23 12:35 UTC (permalink / raw)
  To: Alain Volmat, Patrice Chotard, linux-arm-kernel, linux-kernel

Hi Alain,

On Mon, 2020-08-31 at 22:38 +0200, Alain Volmat wrote:
> 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>

Thank you, applied to reset/next.

regards
Philipp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] reset: sti: reset-syscfg: fix struct description warnings
  2020-08-31 20:38 [PATCH] reset: sti: reset-syscfg: fix struct description warnings Alain Volmat
  2020-09-23 12:35 ` Philipp Zabel
@ 2020-11-19  7:56 ` Patrice CHOTARD
  1 sibling, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2020-11-19  7:56 UTC (permalink / raw)
  To: Alain Volmat, Philipp Zabel, linux-arm-kernel, linux-kernel

Hi Alain

On 8/31/20 10:38 PM, Alain Volmat wrote:
> 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>
> ---
>  drivers/reset/sti/reset-syscfg.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/reset/sti/reset-syscfg.c b/drivers/reset/sti/reset-syscfg.c
> index 91215bb88f62..99b63035fe72 100644
> --- a/drivers/reset/sti/reset-syscfg.c
> +++ b/drivers/reset/sti/reset-syscfg.c
> @@ -17,7 +17,7 @@
>  #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.
>   * @ack: regmap field for the channel's ack bit (optional).
> @@ -28,8 +28,9 @@ struct syscfg_reset_channel {
>  };
>  
>  /**
> - * A reset controller which groups together a set of related reset bits, which
> - * may be located in different system configuration registers.
> + * struct syscfg_reset_controller - A reset controller which groups together
> + * a set of related reset bits, which may be located in different system
> + * configuration registers.
>   *
>   * @rst: base reset controller structure.
>   * @active_low: are the resets in this controller active low, i.e. clearing

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks

Patrice

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-19  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 20:38 [PATCH] reset: sti: reset-syscfg: fix struct description warnings Alain Volmat
2020-09-23 12:35 ` Philipp Zabel
2020-11-19  7:56 ` Patrice CHOTARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).