RE: [PATCH v2 04/13] scsi: fnic: Rename wq_copy to hw_copy_wq

From: Karan Tilak Kumar (kartilak)
Date: Mon Nov 06 2023 - 14:57:53 EST


On Thursday, November 2, 2023 12:29 AM, Hannes Reinecke <hare@xxxxxxx> wrote:
>
> On 10/27/23 20:02, Karan Tilak Kumar wrote:
> > Rename wq_copy to hw_copy_wq to accurately describe the copy
> > workqueue. This will also help distinguish this data structure from
> > software data structures that can be introduced.
> >
> > Reviewed-by: Sesidhar Baddela <sebaddel@xxxxxxxxx>
> > Reviewed-by: Arulprabhu Ponnusamy <arulponn@xxxxxxxxx>
> > Signed-off-by: Karan Tilak Kumar <kartilak@xxxxxxxxx>
> > ---
> > drivers/scsi/fnic/fnic.h | 2 +-
> > drivers/scsi/fnic/fnic_isr.c | 2 +-
> > drivers/scsi/fnic/fnic_main.c | 8 ++++----
> > drivers/scsi/fnic/fnic_res.c | 6 +++---
> > drivers/scsi/fnic/fnic_scsi.c | 12 ++++++------
> > 5 files changed, 15 insertions(+), 15 deletions(-)
> >
> Reviewed-by: Hannes Reinecke <hare@xxxxxxx>
>
> Cheers,
>
> Hannes

Thanks for the review comments, Hannes.
I'll make suitable changes in v3.

Regards,
Karan