Fix missing semicolon to close the structure

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
This commit is contained in:
Luis R. Rodriguez 2010-04-20 22:36:29 -07:00
parent 3b5c2052a8
commit aac77523de

View file

@ -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)