From: Masahiro Yamada Date: Tue, 9 Sep 2014 02:01:51 +0000 (+0900) Subject: mtd: denali: fix the format of comment blocks X-Git-Tag: fixes-against-v3.18-rc2~54^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43914a2dcc8f9fc1c25e6bd2650d8e7ad1a9b04a;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Brian Norris --- Reading git-diff-tree failed