summaryrefslogtreecommitdiffstats
path: root/writefrudata.hpp
Commit message (Collapse)AuthorAgeFilesLines
* writefrudata: rename all variables per openbmc stylePatrick Venture2018-10-291-4/+4
| | | | | | | OpenBMC style declares variables be lower camel and not snake case. Change-Id: Iec348bf9825caecc976f654a37ac149a5981c94b Signed-off-by: Patrick Venture <venture@google.com>
* update: use sdbusplus instead of sd_bus raw pointersPatrick Venture2018-10-291-3/+3
| | | | | | | Update code to use sdbusplus instead of raw sd_bus pointers. Change-Id: I80cd4492480824827c27fbf19eb54487e28d3b75 Signed-off-by: Patrick Venture <venture@google.com>
* style: apply naming convention to ipmi_validate_fru_areaPatrick Venture2018-10-201-2/+2
| | | | | | | | Apply openbmc style naming convention to ipmi_validate_fru_area as part of a multi-step cleanup process. Change-Id: I082189030441e57579d072501279ff698fe1b7e3 Signed-off-by: Patrick Venture <venture@google.com>
* writefrudata: add function headerPatrick Venture2018-10-201-1/+10
| | | | | Change-Id: Ibfe32351e04ace02cb830399a56cf1860a74df87 Signed-off-by: Patrick Venture <venture@google.com>
* writefrudata: cleanup headerPatrick Venture2018-10-201-13/+0
| | | | | | | | | Cleanup header from unnecessary guarding. The guards may have been required in earlier compilations if the source was in a mixed environment. Change-Id: Id03a524ad8bd1375f1aefc0bec8661e4d929543a Signed-off-by: Patrick Venture <venture@google.com>
* add clang-formatPatrick Venture2018-10-171-15/+15
| | | | | | | Add clang-format file. Change-Id: Ib99bbeb0ec59b5befb742dec38286c24a7f842ea Signed-off-by: Patrick Venture <venture@google.com>
* Change H->hpp & C->cppMatthew Barth2016-10-181-0/+59
Change-Id: I4bb8cf7a58c517f348a524d3e027ebcd1dcd0dea Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud