aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c
diff options
context:
space:
mode:
authorRam Amrani <Ram.Amrani@Cavium.com>2017-01-24 13:51:40 +0200
committerDoug Ledford <dledford@redhat.com>2017-01-24 15:35:01 -0500
commit1a59075197976611bacaa383a6673f9e57e9e98b (patch)
tree383a23bcaa26d04d6697645cb600fc198980b392 /drivers/infiniband/hw/qedr/main.c
parentRDMA/qedr: Mark three functions as static (diff)
downloadlinux-dev-1a59075197976611bacaa383a6673f9e57e9e98b.tar.xz
linux-dev-1a59075197976611bacaa383a6673f9e57e9e98b.zip
RDMA/qedr: Fix formatting
Remove standalone ';'. List function's parameters in a single line. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/qedr/main.c')
-rw-r--r--drivers/infiniband/hw/qedr/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c
index 7b74d09a8217..eac0bfc1fc99 100644
--- a/drivers/infiniband/hw/qedr/main.c
+++ b/drivers/infiniband/hw/qedr/main.c
@@ -576,8 +576,7 @@ static int qedr_set_device_attr(struct qedr_dev *dev)
return 0;
}
-void qedr_unaffiliated_event(void *context,
- u8 event_code)
+void qedr_unaffiliated_event(void *context, u8 event_code)
{
pr_err("unaffiliated event not implemented yet\n");
}