scsi: lpfc: fix spelling error in MAGIC_NUMER_xxx
convert MAGIC_NUMER_xxx to MAGIC_NUMBER_xxx Link: https://lore.kernel.org/r/20191025184342.6623-1-jsmart2021@gmail.com Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
9e2edb41c3
Коммит
5792a0e816
|
@ -4822,8 +4822,8 @@ union lpfc_wqe128 {
|
|||
struct send_frame_wqe send_frame;
|
||||
};
|
||||
|
||||
#define MAGIC_NUMER_G6 0xFEAA0003
|
||||
#define MAGIC_NUMER_G7 0xFEAA0005
|
||||
#define MAGIC_NUMBER_G6 0xFEAA0003
|
||||
#define MAGIC_NUMBER_G7 0xFEAA0005
|
||||
|
||||
struct lpfc_grp_hdr {
|
||||
uint32_t size;
|
||||
|
|
|
@ -12418,9 +12418,9 @@ lpfc_log_write_firmware_error(struct lpfc_hba *phba, uint32_t offset,
|
|||
*/
|
||||
if (offset == ADD_STATUS_FW_NOT_SUPPORTED ||
|
||||
(phba->pcidev->device == PCI_DEVICE_ID_LANCER_G6_FC &&
|
||||
magic_number != MAGIC_NUMER_G6) ||
|
||||
magic_number != MAGIC_NUMBER_G6) ||
|
||||
(phba->pcidev->device == PCI_DEVICE_ID_LANCER_G7_FC &&
|
||||
magic_number != MAGIC_NUMER_G7)) {
|
||||
magic_number != MAGIC_NUMBER_G7)) {
|
||||
lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
|
||||
"3030 This firmware version is not supported on"
|
||||
" this HBA model. Device:%x Magic:%x Type:%x "
|
||||
|
|
Загрузка…
Ссылка в новой задаче