From: Lee Jones <lee.jones@linaro.org>
To: Alain Volmat <avolmat@me.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Patrice Chotard <patrice.chotard@st.com>
Subject: Re: [PATCH] mailbox: sti: fix struct description warnings
Date: Tue, 8 Sep 2020 10:16:44 +0100 [thread overview]
Message-ID: <20200908091644.GK4400@dell> (raw)
In-Reply-To: <20200831165201.23832-1-avolmat@me.com>
On Mon, 31 Aug 2020, Alain Volmat wrote:
> Fix formating of struct description to avoid warning highlighted
> by W=1 compilation.
>
> Fixes: 9ef4546cbd7e ("mailbox: Add support for ST's Mailbox IP")
Please remove this tag.
This patch is not a Stable candidate.
> Signed-off-by: Alain Volmat <avolmat@me.com>
> ---
> drivers/mailbox/mailbox-sti.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c
> index 2baf69a0b81c..0f2bc09c364d 100644
> --- a/drivers/mailbox/mailbox-sti.c
> +++ b/drivers/mailbox/mailbox-sti.c
> @@ -36,7 +36,7 @@
> #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4))
>
> /**
> - * STi Mailbox device data
> + * struct sti_mbox_device - STi Mailbox device data
> *
> * An IP Mailbox is currently composed of 4 instances
> * Each instance is currently composed of 32 channels
> @@ -60,7 +60,7 @@ struct sti_mbox_device {
> };
>
> /**
> - * STi Mailbox platform specific configuration
> + * struct sti_mbox_pdata - STi Mailbox platform specific configuration
> *
> * @num_inst: Maximum number of instances in one HW Mailbox
> * @num_chan: Maximum number of channel per instance
> @@ -71,7 +71,7 @@ struct sti_mbox_pdata {
> };
>
> /**
> - * STi Mailbox allocated channel information
> + * struct sti_channel - STi Mailbox allocated channel information
> *
> * @mdev: Pointer to parent Mailbox device
> * @instance: Instance number channel resides in
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Alain Volmat <avolmat@me.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Patrice Chotard <patrice.chotard@st.com>
Subject: Re: [PATCH] mailbox: sti: fix struct description warnings
Date: Tue, 8 Sep 2020 10:16:44 +0100 [thread overview]
Message-ID: <20200908091644.GK4400@dell> (raw)
In-Reply-To: <20200831165201.23832-1-avolmat@me.com>
On Mon, 31 Aug 2020, Alain Volmat wrote:
> Fix formating of struct description to avoid warning highlighted
> by W=1 compilation.
>
> Fixes: 9ef4546cbd7e ("mailbox: Add support for ST's Mailbox IP")
Please remove this tag.
This patch is not a Stable candidate.
> Signed-off-by: Alain Volmat <avolmat@me.com>
> ---
> drivers/mailbox/mailbox-sti.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c
> index 2baf69a0b81c..0f2bc09c364d 100644
> --- a/drivers/mailbox/mailbox-sti.c
> +++ b/drivers/mailbox/mailbox-sti.c
> @@ -36,7 +36,7 @@
> #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4))
>
> /**
> - * STi Mailbox device data
> + * struct sti_mbox_device - STi Mailbox device data
> *
> * An IP Mailbox is currently composed of 4 instances
> * Each instance is currently composed of 32 channels
> @@ -60,7 +60,7 @@ struct sti_mbox_device {
> };
>
> /**
> - * STi Mailbox platform specific configuration
> + * struct sti_mbox_pdata - STi Mailbox platform specific configuration
> *
> * @num_inst: Maximum number of instances in one HW Mailbox
> * @num_chan: Maximum number of channel per instance
> @@ -71,7 +71,7 @@ struct sti_mbox_pdata {
> };
>
> /**
> - * STi Mailbox allocated channel information
> + * struct sti_channel - STi Mailbox allocated channel information
> *
> * @mdev: Pointer to parent Mailbox device
> * @instance: Instance number channel resides in
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2020-09-08 9:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 16:52 [PATCH] mailbox: sti: fix struct description warnings Alain Volmat
2020-08-31 16:52 ` Alain Volmat
2020-09-08 9:16 ` Lee Jones [this message]
2020-09-08 9:16 ` Lee Jones
-- strict thread matches above, loose matches on Subject: below --
2020-09-11 5:17 Alain Volmat
2020-09-11 5:17 ` Alain Volmat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200908091644.GK4400@dell \
--to=lee.jones@linaro.org \
--cc=avolmat@me.com \
--cc=jaswinder.singh@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrice.chotard@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.