linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c
@ 2021-06-02  8:55 Yang Yingliang
  2021-06-07  6:23 ` Miquel Raynal
  2021-06-09  0:03 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Yingliang @ 2021-06-02  8:55 UTC (permalink / raw)
  To: linux-kernel, linux-i3c; +Cc: alexandre.belloni, miquel.raynal

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
-- 
2.25.1


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

* Re: [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c
  2021-06-02  8:55 [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c Yang Yingliang
@ 2021-06-07  6:23 ` Miquel Raynal
  2021-06-09  0:03 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2021-06-07  6:23 UTC (permalink / raw)
  To: Yang Yingliang; +Cc: linux-kernel, linux-i3c, alexandre.belloni

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

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

* Re: [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c
  2021-06-02  8:55 [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c Yang Yingliang
  2021-06-07  6:23 ` Miquel Raynal
@ 2021-06-09  0:03 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2021-06-09  0:03 UTC (permalink / raw)
  To: Yang Yingliang, linux-kernel, linux-i3c; +Cc: Alexandre Belloni, miquel.raynal

On Wed, 2 Jun 2021 16:55:44 +0800, Yang Yingliang wrote:
> 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

Applied, thanks!

[1/1] i3c: master: svc: fix doc warning in svc-i3c-master.c
      commit: 3e5feb11a82945c88a1518fd2682ca8de66c37d3

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

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

end of thread, other threads:[~2021-06-09  0:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  8:55 [PATCH -next] i3c: master: svc: fix doc warning in svc-i3c-master.c Yang Yingliang
2021-06-07  6:23 ` Miquel Raynal
2021-06-09  0:03 ` Alexandre Belloni

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).