Blame SOURCES/replace-mlxfwreset-with-mstfwreset-in-mstflint-message.patch

11a3d7
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
b6960a
index 420b82f..0a20bcd 100644
11a3d7
--- a/flint/subcommands.cpp
11a3d7
+++ b/flint/subcommands.cpp
b6960a
@@ -4484,7 +4484,7 @@ FlintStatus SgSubCommand::sgFs2()
11a3d7
     return FLINT_SUCCESS;
11a3d7
 }
11a3d7
 
11a3d7
-#define FW_RESET_MSG "To load new configuration run mlxfwreset or reboot machine"
11a3d7
+#define FW_RESET_MSG "To load new configuration run mstfwreset or reboot machine"
11a3d7
 
11a3d7
 FlintStatus SgSubCommand::sgFs3()
11a3d7
 {
25d1f8
diff --git a/mlxfwops/lib/flint_base.h b/mlxfwops/lib/flint_base.h
b6960a
index f3edc43..a85e43d 100644
25d1f8
--- a/mlxfwops/lib/flint_base.h
25d1f8
+++ b/mlxfwops/lib/flint_base.h
b6960a
@@ -364,7 +364,7 @@ struct GPH {
b6960a
 
25d1f8
 #define REBOOT_REQUIRED_STR "To load new FW run reboot machine."
25d1f8
 #ifndef MST_UL
25d1f8
-#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mlxfwreset or reboot machine."
25d1f8
+#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
25d1f8
 #else
25d1f8
 #define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
25d1f8
 #endif