summaryrefslogtreecommitdiffstats
path: root/writefrudata.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-21 09:32:44 -0700
committerPatrick Venture <venture@google.com>2018-10-29 09:09:36 -0700
commitef83b993a316538bf049e56aaafa584036019189 (patch)
tree7daa88b529100cea9ea22044e504d246e47cdc11 /writefrudata.hpp
parent062e145164cf9520c534f7a261609cd6a4e6df23 (diff)
downloadipmi-fru-parser-ef83b993a316538bf049e56aaafa584036019189.tar.gz
ipmi-fru-parser-ef83b993a316538bf049e56aaafa584036019189.zip
writefrudata: rename all variables per openbmc style
OpenBMC style declares variables be lower camel and not snake case. Change-Id: Iec348bf9825caecc976f654a37ac149a5981c94b Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'writefrudata.hpp')
-rw-r--r--writefrudata.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/writefrudata.hpp b/writefrudata.hpp
index 072d4d3..cc5cef6 100644
--- a/writefrudata.hpp
+++ b/writefrudata.hpp
@@ -45,11 +45,11 @@ struct common_header
* Validate a FRU.
*
* @param[in] fruid - The ID to use for this FRU.
- * @param[in] fru_file_name - the filename of the FRU.
+ * @param[in] fruFilename - the filename of the FRU.
* @param[in] bus - an sdbusplus systemd bus for publishing the information.
- * @param[in] bmc_fru - If a particular area accessible only by BMC.
+ * @param[in] bmcOnlyFru - If a particular area accessible only by BMC.
*/
-int validateFRUArea(const uint8_t fruid, const char* fru_file_name,
- sdbusplus::bus::bus& bus, const bool bmc_fru);
+int validateFRUArea(const uint8_t fruid, const char* fruFilename,
+ sdbusplus::bus::bus& bus, const bool bmcOnlyFru);
#endif
OpenPOWER on IntegriCloud