From: Aaro Koskinen Date: Sun, 27 Nov 2011 21:03:21 +0000 (+0200) Subject: staging: xgifb: vb_setmode: clean up a single statement if X-Git-Tag: v3.3-rc1~152^2~101^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef497f46c372d31b1bcbde907a293ce12a183024;p=pandora-kernel.git staging: xgifb: vb_setmode: clean up a single statement if Eliminate the only remaining checkpatch.pl warning: WARNING: braces {} are not necessary for single statement blocks #7463: FILE: staging/xgifb/vb_setmode.c:7463: + if (ModeNo & 0x80) { + ModeNo = ModeNo & 0x7F; + } total: 0 errors, 1 warnings, 0 checks, 7554 lines checked Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed