diff options
| -rw-r--r-- | arch/x86/kernel/cpu/mkcapflags.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/mkcapflags.pl b/arch/x86/kernel/cpu/mkcapflags.pl index 0c5b54919c7b..c7b3fe2d72e0 100644 --- a/arch/x86/kernel/cpu/mkcapflags.pl +++ b/arch/x86/kernel/cpu/mkcapflags.pl | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl -w |
| 2 | # | 2 | # |
| 3 | # Generate the x86_cap_flags[] array from include/asm-x86/cpufeature.h | 3 | # Generate the x86_cap_flags[] array from include/asm-x86/cpufeature.h |
| 4 | # | 4 | # |
| @@ -29,7 +29,7 @@ while (defined($line = <IN>)) { | |||
| 29 | print STDERR "$in: duplicate feature name: $feature\n"; | 29 | print STDERR "$in: duplicate feature name: $feature\n"; |
| 30 | $err++; | 30 | $err++; |
| 31 | } | 31 | } |
| 32 | printf OUT "\t%-32s = \"%s\",%s\n", "[$macro]", $feature; | 32 | printf OUT "\t%-32s = \"%s\",\n", "[$macro]", $feature; |
| 33 | } | 33 | } |
| 34 | } | 34 | } |
| 35 | print OUT "};\n"; | 35 | print OUT "};\n"; |
