On Wed, Nov 11, 2015 at 02:33:21AM -0500, Jubin John wrote: > This patch fixes the checkpatch issue: > CHECK: Prefer using the BIT macro > > Reviewed-by: Dean Luick <[email protected]> > Reviewed-by: Ira Weiny <[email protected]> > Reviewed-by: Mike Marciniszyn <[email protected]> > Signed-off-by: Jubin John <[email protected]> > --- <snip> > > diff --git a/drivers/staging/rdma/hfi1/init.c > b/drivers/staging/rdma/hfi1/init.c > index 8666f3a..680f877 100644 > --- a/drivers/staging/rdma/hfi1/init.c > +++ b/drivers/staging/rdma/hfi1/init.c > @@ -252,7 +252,7 @@ struct hfi1_ctxtdata *hfi1_create_ctxtdata(struct > hfi1_pportdata *ppd, u32 ctxt) > /* Validate and initialize Rcv Hdr Q variables */ > if (rcvhdrcnt % HDRQ_INCREMENT) { > dd_dev_err(dd, > - "ctxt%u: header queue count %d must be > divisible by %d\n", > + "ctxt%u: header queue count %d must be > divisible by %lud\n",
This is an unrelated change. If you are sending the series based on Dan's comment on 12/13 then please remove this also. regards sudip _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
