diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 11:02:59 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 19:41:26 +0400 |
commit | fad599854e3997a3e93559e19759a26b18c906c6 (patch) | |
tree | c2c45a65f6969b7f55b18621a70ef5d65d083a62 | |
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>
-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 c996ec4da0c8..6f0d0422f4ca 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 |