commit | 24c35e458da6cd59ba01d83cf07ac94daace2f6c | [log] [tgz] |
---|---|---|
author | Uwe Hermann <uwe@hermann-uwe.de> | Wed Jul 13 11:22:03 2011 +0000 |
committer | Uwe Hermann <uwe@hermann-uwe.de> | Wed Jul 13 11:22:03 2011 +0000 |
tree | 3ec0dd1d91f4c723e0a61832e01f569fce341e01 | |
parent | 269de3533ac58de85bf874afcbc862d73e1944c7 [diff] |
Change "class" parameter name to "devclass" to avoid C++ issues In C++ "class" is a reserved keyword, and as we'll want to use libflashrom from C++ code at some point, let's make sure it doesn't cause issues. Other places in the code already used "devclass" anyway, so it also increases consistency and readability a bit. Corresponding to flashrom svn r1371. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>