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

Honggang Li c600aa
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
Honggang Li c600aa
index 8c85e55..0822e8b 100644
Honggang Li c600aa
--- a/flint/subcommands.cpp
Honggang Li c600aa
+++ b/flint/subcommands.cpp
Honggang Li c600aa
@@ -2997,7 +2997,7 @@ FlintStatus SgSubCommand::sgFs2()
Honggang Li c600aa
     return FLINT_SUCCESS;
Honggang Li c600aa
 }
Honggang Li c600aa
 
Honggang Li c600aa
-#define FW_RESET_MSG "To load new configuration run mlxfwreset or reboot machine"
Honggang Li c600aa
+#define FW_RESET_MSG "To load new configuration run mstfwreset or reboot machine"
Honggang Li c600aa
 
Honggang Li c600aa
 FlintStatus SgSubCommand::sgFs3()
Honggang Li c600aa
 {
Honggang Li c600aa
diff --git a/mlxfwops/lib/flint_base.h b/mlxfwops/lib/flint_base.h
Honggang Li c600aa
index eb434dc..e851085 100644
Honggang Li c600aa
--- a/mlxfwops/lib/flint_base.h
Honggang Li c600aa
+++ b/mlxfwops/lib/flint_base.h
Honggang Li c600aa
@@ -394,7 +394,7 @@ struct BOARD_ID {
Honggang Li c600aa
 #define TLV_FORMAT_SECT    "TLVs format section"
Honggang Li c600aa
 #define TRACER_HASH_SECT   "Tracer Hash section"
Honggang Li c600aa
 #define REBOOT_REQUIRED_STR "To load new FW run reboot machine."
Honggang Li c600aa
-#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mlxfwreset or reboot machine."
Honggang Li c600aa
+#define REBOOT_OR_FWRESET_REQUIRED_STR "To load new FW run mstfwreset or reboot machine."
Honggang Li c600aa
 #define numbel(x) (sizeof(x) / sizeof((x)[0]))
Honggang Li c600aa
 
Honggang Li c600aa
 void report(const char *format, ...);