commit | 43914a2dcc8f9fc1c25e6bd2650d8e7ad1a9b04a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Sep 09 11:01:51 2014 +0900 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Sep 15 16:30:57 2014 -0700 |
tree | 11b12063bce19e2a4b22bb99a7af62aa1a097276 | |
parent | 7622d4905a038961da6b1c6c3fe4be6c3dad7ef9 [diff] |
mtd: denali: fix the format of comment blocks 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>