mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Fix duplicate 'const' declaration specifiers
Thanks to Idwer and clang for noticing these problems. Corresponding to flashrom svn r1646. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -335,7 +335,7 @@ void prettyprint_ich_descriptor_pchstraps111213_56(const struct ich_desc_south_s
|
||||
|
||||
void prettyprint_ich_descriptor_straps_ibex(const struct ich_desc_south_strap *s)
|
||||
{
|
||||
static const uint8_t const dec_t209min[4] = {
|
||||
static const uint8_t dec_t209min[4] = {
|
||||
100,
|
||||
50,
|
||||
5,
|
||||
|
Reference in New Issue
Block a user