diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-28 10:36:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-28 10:36:48 -0800 |
commit | 43a834d86c136b31ef6ad796725eb474a55a908d (patch) | |
tree | 973db568aa41089f8d160982a850bec32c801c72 /arch/x86/boot/mkcpustr.c | |
parent | a7f16d10b510f9ee3500af7831f2e3094fab3dca (diff) | |
parent | 3235dc3f22378f35ce77eba0d0f62db2d9c4844e (diff) |
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86: Remove trailing spaces in messages
x86, mtrr: Remove unused mtrr/state.c
x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
Diffstat (limited to 'arch/x86/boot/mkcpustr.c')
-rw-r--r-- | arch/x86/boot/mkcpustr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/mkcpustr.c b/arch/x86/boot/mkcpustr.c index 8ef60f20b37..919257f526f 100644 --- a/arch/x86/boot/mkcpustr.c +++ b/arch/x86/boot/mkcpustr.c @@ -22,7 +22,7 @@ int main(void) int i, j; const char *str; - printf("static const char x86_cap_strs[] = \n"); + printf("static const char x86_cap_strs[] =\n"); for (i = 0; i < NCAPINTS; i++) { for (j = 0; j < 32; j++) { |