From: Guido Martínez Date: Sat, 19 Apr 2014 19:45:00 +0000 (-0300) Subject: staging: vt6655: fix checkpatch bracing issues X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~914 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5cf6563576bb36baa7e93417b9a2e29999a5c6;p=pandora-kernel.git staging: vt6655: fix checkpatch bracing issues This patchs fixes tons of warnings such as: WARNING: braces {} are not necessary for single statement blocks #354: FILE: drivers/staging/vt6655/wmgr.c:354: + for (ii = 0; ii < WLAN_BSSID_LEN; ii++) { + pMgmt->abyDesireBSSID[ii] = 0xFF; + } Please note: this patch only fixes bracing issues (and there is still a lot to do); so if you run checkpatch it _will_ throw a lot of errors. Use --test-only=braces Signed-off-by: Guido Martínez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed