From: Tapan Prakash T Date: Wed, 24 Feb 2016 17:17:47 +0000 (+0530) Subject: drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional statement X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d15286201b3d0c28777a0cb1a9e965ffad9d3bd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional statement Fixed checkpatch.pl warning 'suspect code indent for conditional statements' Signed-off-by: Tapan Prakash T Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c index af64bd3b1c53..cac519035588 100644 --- a/drivers/staging/rtl8192e/rtllib_rx.c +++ b/drivers/staging/rtl8192e/rtllib_rx.c @@ -467,7 +467,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS, else if (SN_EQUAL(pReorderEntry->SeqNum, ((struct rx_reorder_entry *)list_entry(pList->next, struct rx_reorder_entry, List))->SeqNum)) - return false; + return false; else break; }