e1000: fix missing link interrupt check brackets
authorAaron Conole <aconole@redhat.com>
Tue, 22 Mar 2016 21:37:14 +0000 (17:37 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 15:09:23 +0000 (17:09 +0200)
commitb3cadb2825422e37c35fdc78ea9497e4bdc95990
treebc4a9fd098b162ef4017247bde333a6fdd1f6580
parent366113dbfb69625cd0ad88d216d75621af513128
e1000: fix missing link interrupt check brackets

The device lsc interrupt check has a misleading whitespace around it which
can be improved by adding appropriate braces to the check. Since the ret
variable was checked after previous assignment, this introduces no functional
change.

Fixes: 921a72008f76 ("e1000: add Rx interrupt handler")

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
drivers/net/e1000/em_ethdev.c