diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 08:02:59 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 15:41:26 (GMT) |
commit | fad599854e3997a3e93559e19759a26b18c906c6 (patch) | |
tree | c2c45a65f6969b7f55b18621a70ef5d65d083a62 /include/asm-x86/param.h | |
parent | b20a4615944a0c106fce2aecb7ea1dbc8eefc71b (diff) | |
download | linux-fad599854e3997a3e93559e19759a26b18c906c6.tar.xz |
include/asm-x86/param.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/param.h')
-rw-r--r-- | include/asm-x86/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/param.h b/include/asm-x86/param.h index c996ec4..6f0d042 100644 --- a/include/asm-x86/param.h +++ b/include/asm-x86/param.h @@ -3,8 +3,8 @@ #ifdef __KERNEL__ # define HZ CONFIG_HZ /* Internal kernel timer frequency */ -# define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ +# define USER_HZ 100 /* some user interfaces are */ +# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ #endif #ifndef HZ |