Re: [PATCH 06/14] qla2xxx: fix debug print of 64G link speed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> On Aug 5, 2021, at 5:19 AM, Nilesh Javali <njavali@xxxxxxxxxxx> wrote:
> 
> From: Quinn Tran <qutran@xxxxxxxxxxx>
> 
> Fix debug print of 64G link speed.
> 

Not really fix .. you are adding 64G speed link.. 

Please fix the commit message

> Signed-off-by: Quinn Tran <qutran@xxxxxxxxxxx>
> Signed-off-by: Nilesh Javali <njavali@xxxxxxxxxxx>
> ---
> drivers/scsi/qla2xxx/qla_isr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c
> index 8d4d174419bb..93ab686c7a30 100644
> --- a/drivers/scsi/qla2xxx/qla_isr.c
> +++ b/drivers/scsi/qla2xxx/qla_isr.c
> @@ -648,7 +648,7 @@ const char *
> qla2x00_get_link_speed_str(struct qla_hw_data *ha, uint16_t speed)
> {
> 	static const char *const link_speeds[] = {
> -		"1", "2", "?", "4", "8", "16", "32", "10"
> +		"1", "2", "?", "4", "8", "16", "32", "64", "10"
> 	};
> #define	QLA_LAST_SPEED (ARRAY_SIZE(link_speeds) - 1)
> 
> -- 
> 2.19.0.rc0
> 

once you fix commit message, you can add 

Reviewed-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx>

--
Himanshu Madhani	 Oracle Linux Engineering





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux