git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7622d49
)
mtd: denali: fix the format of comment blocks
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 02:01:51 +0000
(11:01 +0900)
committer
Brian Norris
<computersforpeace@gmail.com>
Mon, 15 Sep 2014 23:30:57 +0000
(16:30 -0700)
We should use
/*
* Blah Blah ...
* ...
*/
for multi-line comment blocks.
In addition, refactor some comments where it seems reasonable and
remove some comments where the code is clear enough such as:
/* clear interrupts */
clear_interrupts(denali);
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/denali.c
patch
|
blob
|
history
diff --cc
drivers/mtd/nand/denali.c
Simple merge