From: Sven Eckelmann Date: Mon, 25 Oct 2010 21:43:14 +0000 (+0200) Subject: Staging: batman-adv: Remove useless braces X-Git-Tag: v2.6.38-rc1~423^2~447 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38b67c7cd3d2e377868e4c8ff4772f14ec7c45b;p=pandora-kernel.git Staging: batman-adv: Remove useless braces 77099f0afe94928b5b0066a7efa5fa9f81696b54 added changes to vis.c which trigger a checkpatch.pl warning about braces which are not necessary anymore. WARNING: braces {} are not necessary for any arm of this statement + if (entry->primary) [...] + else { [...] Signed-off-by: Sven Eckelmann Cc: Andy Shevchenko Cc: Marek Lindner Cc: Simon Wunderlich Cc: Andrew Lunn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed