From 98072dcfe74a64f8ac5ae694de03d17ef974276e Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sat, 20 Oct 2018 09:31:35 -0700 Subject: style: apply naming convention to ipmi_validate_fru_area 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 --- strgfnhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strgfnhandler.cpp') diff --git a/strgfnhandler.cpp b/strgfnhandler.cpp index a7c4b42..a00fc73 100644 --- a/strgfnhandler.cpp +++ b/strgfnhandler.cpp @@ -101,7 +101,7 @@ ipmi_ret_t ipmi_storage_write_fru_data(ipmi_netfn_t netfn, ipmi_cmd_t cmd, // We received some bytes. It may be full or partial. Send a valid // FRU file to the inventory controller on DBus for the correct number bool bmc_fru = false; - ipmi_validate_fru_area(reqptr->frunum, fru_file_name, bus_type, bmc_fru); + validateFRUArea(reqptr->frunum, fru_file_name, bus_type, bmc_fru); return rc; } -- cgit v1.2.1