summaryrefslogtreecommitdiff
path: root/include/asm-x86/param.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 01:02:59 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:26 +0200
commitfad599854e3997a3e93559e19759a26b18c906c6 (patch)
treec2c45a65f6969b7f55b18621a70ef5d65d083a62 /include/asm-x86/param.h
parentb20a4615944a0c106fce2aecb7ea1dbc8eefc71b (diff)
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.h4
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