Staging: batman-adv: checkpatch cleanup of comments
authorSven Eckelmann <sven.eckelmann@gmx.de>
Sat, 18 Sep 2010 19:01:11 +0000 (21:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 23:29:47 +0000 (16:29 -0700)
commit1612ae996ec16ed358f0e9afacb0a262b1cf97a4
treece3d8f911f76e0bc15191ae5c741e6e72dd8c9b1
parent430a8e9a3325e303f092a371b9d2e45a715b26d7
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 <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/batman-adv/packet.h
drivers/staging/batman-adv/types.h
drivers/staging/batman-adv/vis.c