The comment at the end of the 'ar9340_initvals.h' header does not match with defined constant. Fix it. Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- tools/initvals/ar9340_initvals.h | 2 +- tools/initvals/initvals.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/initvals/ar9340_initvals.h b/tools/initvals/ar9340_initvals.h index dfc202e..1d8235e 100644 --- a/tools/initvals/ar9340_initvals.h +++ b/tools/initvals/ar9340_initvals.h @@ -1345,4 +1345,4 @@ static const u32 ar9340_1p0_soc_preamble[][2] = { {0x00007038, 0x000004c2}, }; -#endif /* INITVALS_9340_1P0_H */ +#endif /* INITVALS_9340_H */ diff --git a/tools/initvals/initvals.c b/tools/initvals/initvals.c index c93a3d1..cb0bbbf 100644 --- a/tools/initvals/initvals.c +++ b/tools/initvals/initvals.c @@ -846,7 +846,7 @@ static void print_initvals_family(char *family, bool check) } ar9340_hw_print_initvals(check); if (!check) - printf("#endif /* INITVALS_9340_1P0_H */\n"); + printf("#endif /* INITVALS_9340_H */\n"); } else if (strncmp(family, "ar9485", 6) == 0) { if (!check) { printf("#ifndef INITVALS_9485_H\n"); -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html