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

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