File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ bool FsCtrlOperations::FwReactivateImage()
223223 case FWCOMPS_IMAGE_REACTIVATION_FW_NOT_SUPPORTED:
224224 return errmsg (MLXFW_ERR, " Image reactivation - FW doesn't support this operation" );
225225 default :
226- return errmsg (MLXFW_IMAGE_REACTIVATION_UNKNOWN_ERROR, " Unknown error occured " );
226+ return errmsg (MLXFW_IMAGE_REACTIVATION_UNKNOWN_ERROR, " Unknown error occurred \n " );
227227 }
228228 }
229229 return true ;
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ def reset_fsm_register():
239239def sigHndl (signal , frame ):
240240 reset_fsm_register ()
241241
242- print ("\n Signal %d received, Exiting ..." % signal )
242+ print ("\n Signal %d received, exiting ..." % signal )
243243 sys .exit (1 )
244244
245245def set_signal_handler ():
You can’t perform that action at this time.
0 commit comments