From: Sven Eckelmann Date: Sat, 18 Sep 2010 19:01:11 +0000 (+0200) Subject: Staging: batman-adv: checkpatch cleanup of comments X-Git-Tag: v2.6.37-rc1~60^2~3^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1612ae996ec16ed358f0e9afacb0a262b1cf97a4;p=pandora-kernel.git Staging: batman-adv: checkpatch cleanup of comments checkpatch now detects the start of a comment and warns about usage of multiple spaces at the beginning of a line. We have to replace the ' ' in multiple lines comments by ' * ' to fix it. Checkpatch also wants a comment after a definition of a spinlock_t which describes what it protects. It is currently not possible to add it before the actual struct which includes the spinlock. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed