]> git.baikalelectronics.ru Git - kernel.git/commit
IB/hfi1: clean up some defines
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Sep 2015 16:02:54 +0000 (19:02 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 18 Sep 2015 15:28:47 +0000 (11:28 -0400)
commit2f6585740d587d56c744587cb62a20f8a7e075af
treef11eccbe66cf546fd398f12f57238bd06b28e080
parent3d158fb78cf7f1f72dbde6b67e2b69319d381a74
IB/hfi1: clean up some defines

I added spaces around operators so it matches kernel style because
normally "-1ULL" is a number and " - 1" is a subtract operation.  Also
removed some superflous "ULL" types so "1ULL" becomes "1".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/staging/rdma/hfi1/sdma.h