From b6e88b5c1f8c741e4cd07d65b1ccdaec86154da9 Mon Sep 17 00:00:00 2001 From: Tengda Wu Date: Tue, 9 Sep 2025 09:26:28 +0800 Subject: [PATCH] lpfc: test ci robot hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/ICTXL2 ------------------------------- This is a test patch that used to test if ci robot is work properly. Signed-off-by: Tengda Wu --- drivers/scsi/lpfc/lpfc_scsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index 8b774fa4e650..582804b913bb 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c @@ -53,6 +53,7 @@ #define LPFC_RESET_WAIT 2 #define LPFC_ABORT_WAIT 2 + static char *dif_op_str[] = { "PROT_NORMAL", "PROT_READ_INSERT", -- Gitee