diff options
author | Dave Jones <davej@redhat.com> | 2007-10-12 21:10:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-13 13:01:23 -0400 |
commit | 835c34a1687f524c37d4fb8bad18d642c74bed8d (patch) | |
tree | a87db0844841f5b989154fc59b4abf240d379992 /arch/x86/kernel/scx200_32.c | |
parent | 23ec23c2d3496d1cdf74f73d60ab1051405ca774 (diff) |
Delete filenames in comments.
Since the x86 merge, lots of files that referenced their own filenames
are no longer correct. Rather than keep them up to date, just delete
them, as they add no real value.
Additionally:
- fix up comment formatting in scx200_32.c
- Remove a credit from myself in setup_64.c from a time when we had no SCM
- remove longwinded history from tsc_32.c which can be figured out from
git.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel/scx200_32.c')
-rw-r--r-- | arch/x86/kernel/scx200_32.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86/kernel/scx200_32.c b/arch/x86/kernel/scx200_32.c index c7d3df23f589..487597720913 100644 --- a/arch/x86/kernel/scx200_32.c +++ b/arch/x86/kernel/scx200_32.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* linux/arch/i386/kernel/scx200.c | 1 | /* |
2 | 2 | * Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> | |
3 | Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> | 3 | * |
4 | 4 | * National Semiconductor SCx200 support. | |
5 | National Semiconductor SCx200 support. */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/module.h> | 7 | #include <linux/module.h> |
8 | #include <linux/errno.h> | 8 | #include <linux/errno.h> |