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

d32785
diff --git a/flint/subcommands.cpp b/flint/subcommands.cpp
eb42b7
index 420b82f..0a20bcd 100644
d32785
--- a/flint/subcommands.cpp
d32785
+++ b/flint/subcommands.cpp
eb42b7
@@ -4484,7 +4484,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
eb42b7
index f3edc43..a85e43d 100644
9c5648
--- a/mlxfwops/lib/flint_base.h
9c5648
+++ b/mlxfwops/lib/flint_base.h
eb42b7
@@ -364,7 +364,7 @@ struct GPH {
eb42b7
 
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