[patch] IB/qib: fix a do nothing for loop

2015-02-20 Thread Dan Carpenter
We accidentally deleted a semi-colon here and changed this do-nothing loop into a do-something loop. Fixes: ff93905fb92d ('IB/qib: Fix checkpatch warnings') Signed-off-by: Dan Carpenter diff --git a/drivers/infiniband/hw/qib/qib_wc_x86_64.c b/drivers/infiniband/hw/qib/qib_wc_x86_64.c index 4fcf

Re: [patch] IB/qib: fix a do nothing for loop

2015-02-20 Thread Roland Dreier
On Fri, Feb 20, 2015 at 2:56 AM, Dan Carpenter wrote: > We accidentally deleted a semi-colon here and changed this do-nothing > loop into a do-something loop. Thanks! I folded this into the original "cleanup" patch. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the

[GIT PULL] please pull infiniband.git

2015-02-20 Thread Roland Dreier
Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git tags/rdma-for-linus InfiniBand/RDMA changes for 3.20 merge window: - Re-enable on-demand paging changes with stable ABI - Fairly