summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/common/hwas.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwas/common/hwas.H')
-rw-r--r--src/include/usr/hwas/common/hwas.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/hwas.H b/src/include/usr/hwas/common/hwas.H
index caae04a79..7c5a4202a 100644
--- a/src/include/usr/hwas/common/hwas.H
+++ b/src/include/usr/hwas/common/hwas.H
@@ -120,7 +120,7 @@ errlHndl_t restrictEXunits(
* Error logs will also be created for each hardware module that is not
* running.
*
- * @param[in] i_node node target to restrict hw check
+ * @param[in] i_nodeOrSys Level of HW check node or system
* @param[out] o_bootable Indicate whether the system is
* is bootable with current configuration.
* if o_bootable is not NULL an error for
@@ -129,7 +129,7 @@ errlHndl_t restrictEXunits(
* @return error log handle
*/
errlHndl_t checkMinimumHardware(
- const TARGETING::ConstTargetHandle_t i_node = NULL,
+ const TARGETING::ConstTargetHandle_t i_nodeOrSys = NULL,
bool *o_bootable = NULL);
/**
OpenPOWER on IntegriCloud