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

d32785
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
9c5648
index 3840579..3d2680b 100644
d32785
--- a/flint/subcommands.cpp
d32785
+++ b/flint/subcommands.cpp
9c5648
@@ -3018,7 +3018,7 @@ FlintStatus SgSubCommand::sgFs2()
d32785
     return FLINT_SUCCESS;
d32785
 }
d32785
 
d32785
-#define FW_RESET_MSG "To load new configuration run mlxfwreset or reboot machine"
d32785
+#define FW_RESET_MSG "To load new configuration run mstfwreset or reboot machine"
d32785
 
d32785
 FlintStatus SgSubCommand::sgFs3()
d32785
 {
9c5648
diff --git a/mlxfwops/lib/flint_base.h b/mlxfwops/lib/flint_base.h
9c5648
index be7a913..e7e7b64 100644
9c5648
--- a/mlxfwops/lib/flint_base.h
9c5648
+++ b/mlxfwops/lib/flint_base.h
9c5648
@@ -395,7 +395,7 @@ struct BOARD_ID {
9c5648
 #define TRACER_HASH_SECT   "Tracer Hash section"
9c5648
 #define REBOOT_REQUIRED_STR "To load new FW run reboot machine."
9c5648
 #ifndef MST_UL
9c5648
-#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mlxfwreset or reboot machine."
9c5648
+#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
9c5648
 #else
9c5648
 #define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
9c5648
 #endif