projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20a461
)
include/asm-x86/param.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:59 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:26 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/param.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/param.h
b/include/asm-x86/param.h
index c996ec4da0c8cd12bcb49be3a6fa179efc46f28b..6f0d0422f4ca0ffdcb07df874789dc565f3ac82f 100644
(file)
--- 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