Messages in this thread |  | | Subject | Re: [PATCH] scsi: iscsi: Switch to using the new API kobj_to_dev() | From | John Garry <> | Date | Mon, 22 Feb 2021 08:30:57 +0000 |
| |
On 22/02/2021 07:26, Yang Li wrote: > fixed the following coccicheck: > ./drivers/scsi/scsi_transport_iscsi.c:436:60-61: WARNING opportunity for > kobj_to_dev() > ./drivers/scsi/scsi_transport_iscsi.c:1128:60-61: WARNING opportunity > for kobj_to_dev() > ./drivers/scsi/scsi_transport_iscsi.c:4043:61-62: WARNING opportunity > for kobj_to_dev() > ./drivers/scsi/scsi_transport_iscsi.c:4312:61-62: WARNING opportunity > for kobj_to_dev() > ./drivers/scsi/scsi_transport_iscsi.c:4456:61-62: WARNING opportunity > for kobj_to_dev()
that API is not new, so please in future stop writing that. And 'new' is a time-dependent term, and not appropriate to use anyway.
Thanks, John
> > Reported-by: Abaci Robot<abaci@linux.alibaba.com> > Signed-off-by: Yang Li<yang.lee@linux.alibaba.com>
|  |