projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d060a32
)
[PATCH] CodingStyle correction
author
Jesper Juhl
<jesper.juhl@gmail.com>
Tue, 10 Jan 2006 04:53:51 +0000
(20:53 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:52 +0000
(08:01 -0800)
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/CodingStyle
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/CodingStyle
b/Documentation/CodingStyle
index ce780ef648f1d5c5e0504f8f290add2b5e738876..ce5d2c038cf54603d76c32b25e563456ebcf6711 100644
(file)
--- a/
Documentation/CodingStyle
+++ b/
Documentation/CodingStyle
@@
-199,7
+199,7
@@
The rationale is:
modifications are prevented
- saves the compiler work to optimize redundant code away ;)
-int fun(int )
+int fun(int
a
)
{
int result = 0;
char *buffer = kmalloc(SIZE);