aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
diff options
context:
space:
mode:
authorGravatar Kamal Heib <kamalheib1@gmail.com> 2017-06-15 11:29:03 +0300
committerGravatar Doug Ledford <dledford@redhat.com> 2017-07-24 08:43:12 -0400
commit3363828758597ed5e0f20172fccaad514b947031 (patch)
tree74ab01442242a5888a27af018a9487fd4c008e0a /drivers/infiniband/sw
parentLinux 4.13-rc2 (diff)
downloadlinux-3363828758597ed5e0f20172fccaad514b947031.tar.gz
linux-3363828758597ed5e0f20172fccaad514b947031.tar.bz2
linux-3363828758597ed5e0f20172fccaad514b947031.zip
IB/rxe: Use "foo *bar" instead of "foo * bar"
Signed-off-by: Kamal Heib <kamalh@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r--drivers/infiniband/sw/rxe/rxe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe.h b/drivers/infiniband/sw/rxe/rxe.h
index 1ac5b8551a4d..6447d736d5a4 100644
--- a/drivers/infiniband/sw/rxe/rxe.h
+++ b/drivers/infiniband/sw/rxe/rxe.h
@@ -97,7 +97,7 @@ int rxe_rcv(struct sk_buff *skb);
void rxe_dev_put(struct rxe_dev *rxe);
struct rxe_dev *net_to_rxe(struct net_device *ndev);
-struct rxe_dev *get_rxe_by_name(const char* name);
+struct rxe_dev *get_rxe_by_name(const char *name);
void rxe_port_up(struct rxe_dev *rxe);
void rxe_port_down(struct rxe_dev *rxe);