mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
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 <tapanprakasht@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fdd3836442
commit
3d15286201
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user