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

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