]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: denali: fix the format of comment blocks
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 02:01:51 +0000 (11:01 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 15 Sep 2014 23:30:57 +0000 (16:30 -0700)
commit43914a2dcc8f9fc1c25e6bd2650d8e7ad1a9b04a
tree11b12063bce19e2a4b22bb99a7af62aa1a097276
parent7622d4905a038961da6b1c6c3fe4be6c3dad7ef9
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>
drivers/mtd/nand/denali.c