From 1208097416fb382b8fcdb8bf9e63954c36cdb62b Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 5 Jun 2015 12:24:06 +0300 Subject: [PATCH] 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-format-patch failed