Skip to content

Commit 3e5feb1

Browse files
Yang Yingliangalexandrebelloni
authored andcommitted
i3c: master: svc: fix doc warning in svc-i3c-master.c
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> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210602085544.4101980-1-yangyingliang@huawei.com
1 parent 59a61e6 commit 3e5feb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i3c/master/svc-i3c-master.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct svc_i3c_master {
195195
};
196196

197197
/**
198-
* struct svc_i3c_i3c_dev_data - Device specific data
198+
* struct svc_i3c_i2c_dev_data - Device specific data
199199
* @index: Index in the master tables corresponding to this device
200200
* @ibi: IBI slot index in the master structure
201201
* @ibi_pool: IBI pool associated to this device

0 commit comments

Comments
 (0)