]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/infiniband/hw/mlx4/cq.c
Merge commit 'v2.6.32'
[mv-sheeva.git] / drivers / infiniband / hw / mlx4 / cq.c
index a3c5af1d7ec0afa72ae6d5f64bfaa21ee90e00ad..de5263beab4a721a8c261b8c8403996bb54e26b8 100644 (file)
@@ -367,7 +367,7 @@ int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
                if (err)
                        goto out;
        } else {
-               /* Can't be smaller then the number of outstanding CQEs */
+               /* Can't be smaller than the number of outstanding CQEs */
                outst_cqe = mlx4_ib_get_outstanding_cqes(cq);
                if (entries < outst_cqe + 1) {
                        err = 0;