summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/node_comm/node_comm_dd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/node_comm/node_comm_dd.H')
-rw-r--r--src/usr/secureboot/node_comm/node_comm_dd.H9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/usr/secureboot/node_comm/node_comm_dd.H b/src/usr/secureboot/node_comm/node_comm_dd.H
index a42ce7fd0..10b6be99e 100644
--- a/src/usr/secureboot/node_comm/node_comm_dd.H
+++ b/src/usr/secureboot/node_comm/node_comm_dd.H
@@ -179,14 +179,13 @@ errlHndl_t ncddWaitForCmdComp (node_comm_args_t & i_args);
* @brief Analyzes an error handle object and performs any
* reset activity, if necessary
*
- * @param[in] i_err - The error to analyze
- * @param[in] i_args - miscellaneous arguments
+ * @param[in/out] io_err - The error to analyze
+ * @param[in] i_args - miscellaneous arguments
*
* @return void
*/
-// @TODO RTC:191008 Implement simple reset functionality
-void ncddHandleError( errlHndl_t & i_err,
- node_comm_args_t & i_args ){};
+void ncddHandleError( errlHndl_t & io_err,
+ node_comm_args_t & i_args );
/**
OpenPOWER on IntegriCloud