From 05d5a09ff657292276b00d1b312ee83bc3f8984d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 6 Dec 2012 19:17:18 +0100 Subject: [PATCH] qca-swiss-army-knife: fix comment in ar9340_initvals.h The comment at the end of the 'ar9340_initvals.h' header does not match with defined constant. Fix it. Signed-off-by: Gabor Juhos Signed-off-by: Luis R. Rodriguez --- 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");