b3cadb2825
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>