diff options
author | Ralph Campbell <ralph.campbell@qlogic.com> | 2008-04-17 00:09:29 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:29 -0400 |
commit | 2ba3f56eb402672ff83601b5990b219d39577636 (patch) | |
tree | e2cf827ad8f4eae85d1b9f688d2617cf580dae2b /drivers/infiniband/hw/ipath/ipath_kernel.h | |
parent | afd9970f957454782795b23c89fd6d7dde973cc0 (diff) |
IB/ipath: Fix some white space and code style issues
This patch makes some white space changes and minor non-functional
changes to more closely match the code in OFED-1.3.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index 398de7f7e2e4..9867c3f80ec2 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h | |||
@@ -811,7 +811,7 @@ void ipath_hol_event(unsigned long); | |||
811 | */ | 811 | */ |
812 | /* chip can report link latency (IB 1.2) */ | 812 | /* chip can report link latency (IB 1.2) */ |
813 | #define IPATH_HAS_LINK_LATENCY 0x1 | 813 | #define IPATH_HAS_LINK_LATENCY 0x1 |
814 | /* The chip is up and initted */ | 814 | /* The chip is up and initted */ |
815 | #define IPATH_INITTED 0x2 | 815 | #define IPATH_INITTED 0x2 |
816 | /* set if any user code has set kr_rcvhdrsize */ | 816 | /* set if any user code has set kr_rcvhdrsize */ |
817 | #define IPATH_RCVHDRSZ_SET 0x4 | 817 | #define IPATH_RCVHDRSZ_SET 0x4 |
@@ -1147,7 +1147,7 @@ extern struct mutex ipath_mutex; | |||
1147 | 1147 | ||
1148 | # define __IPATH_DBG_WHICH(which,fmt,...) \ | 1148 | # define __IPATH_DBG_WHICH(which,fmt,...) \ |
1149 | do { \ | 1149 | do { \ |
1150 | if(unlikely(ipath_debug&(which))) \ | 1150 | if (unlikely(ipath_debug & (which))) \ |
1151 | printk(KERN_DEBUG IPATH_DRV_NAME ": %s: " fmt, \ | 1151 | printk(KERN_DEBUG IPATH_DRV_NAME ": %s: " fmt, \ |
1152 | __func__,##__VA_ARGS__); \ | 1152 | __func__,##__VA_ARGS__); \ |
1153 | } while(0) | 1153 | } while(0) |