Skip to content

Commit 44d75d3

Browse files
Mike Marciniszynrolandd
authored andcommitted
IB/qib: Clean up checkpatch issue
This was probably present from initial submission. Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
1 parent 9fd5473 commit 44d75d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/infiniband/hw/qib/qib_iba7322.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,9 +2853,8 @@ static irqreturn_t qib_7322intr(int irq, void *data)
28532853
for (i = 0; i < dd->first_user_ctxt; i++) {
28542854
if (ctxtrbits & rmask) {
28552855
ctxtrbits &= ~rmask;
2856-
if (dd->rcd[i]) {
2856+
if (dd->rcd[i])
28572857
qib_kreceive(dd->rcd[i], NULL, &npkts);
2858-
}
28592858
}
28602859
rmask <<= 1;
28612860
}

0 commit comments

Comments
 (0)