Commit 3d152862 authored by Tapan Prakash T's avatar Tapan Prakash T Committed by Greg Kroah-Hartman

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: default avatarTapan Prakash T <tapanprakasht@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fdd38364
...@@ -467,7 +467,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS, ...@@ -467,7 +467,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS,
else if (SN_EQUAL(pReorderEntry->SeqNum, else if (SN_EQUAL(pReorderEntry->SeqNum,
((struct rx_reorder_entry *)list_entry(pList->next, ((struct rx_reorder_entry *)list_entry(pList->next,
struct rx_reorder_entry, List))->SeqNum)) struct rx_reorder_entry, List))->SeqNum))
return false; return false;
else else
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment