From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Yang Yingliang <yangyingliang@huawei.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-i3c@lists.infradead.org>,
<alexandre.belloni@bootlin.com>
Subject: Re: [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c
Date: Mon, 7 Jun 2021 08:23:08 +0200 [thread overview]
Message-ID: <20210607082308.551cdada@xps13> (raw)
In-Reply-To: <20210602085544.4101980-1-yangyingliang@huawei.com>
Hi Yang,
Yang Yingliang <yangyingliang@huawei.com> wrote on Wed, 2 Jun 2021
16:55:44 +0800:
> Fix the following make W=1 warning:
>
> drivers/i3c/master/svc-i3c-master.c:207: warning: expecting prototype for struct svc_i3c_i3c_dev_data. Prototype was for struct svc_i3c_i2c_dev_data instead
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
> drivers/i3c/master/svc-i3c-master.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i3c/master/svc-i3c-master.c b/drivers/i3c/master/svc-i3c-master.c
> index eeb49b5d90ef..879e5a64acaf 100644
> --- a/drivers/i3c/master/svc-i3c-master.c
> +++ b/drivers/i3c/master/svc-i3c-master.c
> @@ -195,7 +195,7 @@ struct svc_i3c_master {
> };
>
> /**
> - * struct svc_i3c_i3c_dev_data - Device specific data
> + * struct svc_i3c_i2c_dev_data - Device specific data
> * @index: Index in the master tables corresponding to this device
> * @ibi: IBI slot index in the master structure
> * @ibi_pool: IBI pool associated to this device
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Thanks,
Miquèl
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Yang Yingliang <yangyingliang@huawei.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-i3c@lists.infradead.org>,
<alexandre.belloni@bootlin.com>
Subject: Re: [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c
Date: Mon, 7 Jun 2021 08:23:08 +0200 [thread overview]
Message-ID: <20210607082308.551cdada@xps13> (raw)
In-Reply-To: <20210602085544.4101980-1-yangyingliang@huawei.com>
Hi Yang,
Yang Yingliang <yangyingliang@huawei.com> wrote on Wed, 2 Jun 2021
16:55:44 +0800:
> Fix the following make W=1 warning:
>
> drivers/i3c/master/svc-i3c-master.c:207: warning: expecting prototype for struct svc_i3c_i3c_dev_data. Prototype was for struct svc_i3c_i2c_dev_data instead
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
> drivers/i3c/master/svc-i3c-master.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i3c/master/svc-i3c-master.c b/drivers/i3c/master/svc-i3c-master.c
> index eeb49b5d90ef..879e5a64acaf 100644
> --- a/drivers/i3c/master/svc-i3c-master.c
> +++ b/drivers/i3c/master/svc-i3c-master.c
> @@ -195,7 +195,7 @@ struct svc_i3c_master {
> };
>
> /**
> - * struct svc_i3c_i3c_dev_data - Device specific data
> + * struct svc_i3c_i2c_dev_data - Device specific data
> * @index: Index in the master tables corresponding to this device
> * @ibi: IBI slot index in the master structure
> * @ibi_pool: IBI pool associated to this device
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Thanks,
Miquèl
next prev parent reply other threads:[~2021-06-07 6:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 8:55 [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c Yang Yingliang
2021-06-02 8:55 ` Yang Yingliang
2021-06-07 6:23 ` Miquel Raynal [this message]
2021-06-07 6:23 ` Miquel Raynal
2021-06-09 0:03 ` Alexandre Belloni
2021-06-09 0:03 ` Alexandre Belloni
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=20210607082308.551cdada@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=alexandre.belloni@bootlin.com \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=yangyingliang@huawei.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.