Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311492
b: refs/heads/master
c: 1b6b7c9
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Jun 26, 2012
1 parent 3f10ece commit b65d30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55f6cb9d0b364e7e8cb65b51193f5e4743c44fde
refs/heads/master: 1b6b7c9ff3514772958c075f8c89e42dddf6a4d8
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/mkcapflags.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/perl -w
#
# Generate the x86_cap_flags[] array from include/asm-x86/cpufeature.h
#
Expand Down Expand Up @@ -29,7 +29,7 @@
print STDERR "$in: duplicate feature name: $feature\n";
$err++;
}
printf OUT "\t%-32s = \"%s\",%s\n", "[$macro]", $feature;
printf OUT "\t%-32s = \"%s\",\n", "[$macro]", $feature;
}
}
print OUT "};\n";
Expand Down

0 comments on commit b65d30b

Please sign in to comment.