mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
Fix missing semicolon to close the structure
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
This commit is contained in:
parent
3b5c2052a8
commit
aac77523de
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ static void ath9k_hw_print_initval(const u32 *array, u32 rows, u32 columns)
|
|||
}
|
||||
printf("},\n");
|
||||
}
|
||||
printf("}\n\n");
|
||||
printf("};\n\n");
|
||||
}
|
||||
|
||||
static u64 ath9k_hw_check_initval(const u32 *array, u32 rows, u32 columns)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue