Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9 -r9302e1bd2413cbf99e80ac51aac38502d94801d9 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) @@ -52,7 +52,6 @@ * @details * Inputs : none * Outputs : Initialize & POST Mode module initialized. - * @param none * @return none *************************************************************************/ void initInitAndPOSTMode( void ) @@ -70,7 +69,6 @@ * @details * Inputs : none * Outputs : - * @param none * @return none *************************************************************************/ void transitionToInitAndPOSTMode( void ) @@ -83,7 +81,6 @@ * @details * Inputs : none * Outputs : - * @param none * @return current state (sub-mode) *************************************************************************/ U32 execInitAndPOSTMode( void ) @@ -192,7 +189,6 @@ * @details * Inputs : postCompleted * Outputs : none - * @param none * @return true if all HD POST tests have completed, false if not *************************************************************************/ BOOL isPOSTCompleted( void ) @@ -207,7 +203,6 @@ * @details * Inputs : postPassed * Outputs : none - * @param none * @return true if all HD POST tests have passed, false if not *************************************************************************/ BOOL isPOSTPassed( void ) @@ -222,7 +217,7 @@ * @details * Inputs : postPassed * Outputs : none - * @param testStatus + * @param testStatus status reported by last test * @return recommended next POST state *************************************************************************/ static HD_POST_STATE_T handlePOSTStatus( SELF_TEST_STATUS_T testStatus )