From eeeb973e39be9a3dae549beee859c484670b5169 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 26 Apr 2014 14:43:30 +0200 Subject: [PATCH] Make comment about 'source offset' explicit --- lib/ipmi_fru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipmi_fru.c b/lib/ipmi_fru.c index 80d1ad6..1b2e0cd 100644 --- a/lib/ipmi_fru.c +++ b/lib/ipmi_fru.c @@ -4782,7 +4782,7 @@ f_type, uint8_t f_index, char *f_string) checksum = (~checksum) + 1; fru_data[header_offset + fru_section_len - 1] = checksum; - /* Write the updated section to the FRU data; source offset: */ + /* Write the updated section to the FRU data; source offset => 0 */ if( write_fru_area(intf, &fru, fruId, 0, header_offset, fru_section_len, fru_data) < 0 ) {