From: Dan Carpenter Date: Fri, 5 Jun 2015 09:24:06 +0000 (+0300) Subject: staging: rtl8192e: fix some confusing indenting X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~278 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1208097416fb382b8fcdb8bf9e63954c36cdb62b;p=pandora-kernel.git staging: rtl8192e: fix some confusing indenting The indenting here causes a static checker warning: drivers/staging/rtl8192e/rtllib_rx.c:626 RxReorderIndicatePacket() warn: curly braces intended? The code is actually correct, it's just that these lines were pushed in an extra indent level by mistake in 35e33b0468ab ('staging: rtl8192e: Fix LONG_LINE warnings'). Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed