Skip to content

Commit 688fa06

Browse files
Bikash Hazarikamartinkpetersen
authored andcommitted
scsi: qla2xxx: Update manufacturer detail
Update manufacturer detail from "Marvell Semiconductor, Inc." to "Marvell". Cc: [email protected] Signed-off-by: Bikash Hazarika <[email protected]> Signed-off-by: Nilesh Javali <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 76a192e commit 688fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ typedef union {
8282
#include "qla_nvme.h"
8383
#define QLA2XXX_DRIVER_NAME "qla2xxx"
8484
#define QLA2XXX_APIDEV "ql2xapidev"
85-
#define QLA2XXX_MANUFACTURER "Marvell Semiconductor, Inc."
85+
#define QLA2XXX_MANUFACTURER "Marvell"
8686

8787
/*
8888
* We have MAILBOX_REGISTER_COUNT sized arrays in a few places,

0 commit comments

Comments
 (0)