aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_hw.h
diff options
context:
space:
mode:
authorJon Mason <jon.mason@intel.com>2013-11-26 11:21:50 -0700
committerJon Mason <jon.mason@intel.com>2014-04-07 10:59:19 -0700
commit53ca4fea0bbe966b3123509125898b286a136f47 (patch)
tree1caba2d25f9b81876a6376a974f2ce5c1b2ab688 /drivers/ntb/ntb_hw.h
parentNTB: client event cleanup (diff)
downloadlinux-dev-53ca4fea0bbe966b3123509125898b286a136f47.tar.xz
linux-dev-53ca4fea0bbe966b3123509125898b286a136f47.zip
NTB: Code Style Clean-up
Some white space and 80 char overruns corrected. Signed-off-by: Jon Mason <jon.mason@intel.com>
Diffstat (limited to 'drivers/ntb/ntb_hw.h')
-rw-r--r--drivers/ntb/ntb_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/ntb_hw.h b/drivers/ntb/ntb_hw.h
index d1960ffb4bbc..923a0fbb0eb8 100644
--- a/drivers/ntb/ntb_hw.h
+++ b/drivers/ntb/ntb_hw.h
@@ -231,7 +231,7 @@ int ntb_register_db_callback(struct ntb_device *ndev, unsigned int idx,
int db_num));
void ntb_unregister_db_callback(struct ntb_device *ndev, unsigned int idx);
int ntb_register_event_callback(struct ntb_device *ndev,
- void (*event_cb_func) (void *handle,
+ void (*event_cb_func)(void *handle,
enum ntb_hw_event event));
void ntb_unregister_event_callback(struct ntb_device *ndev);
int ntb_get_max_spads(struct ntb_device *ndev);