]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
IB/rxe: Use "foo *bar" instead of "foo * bar"
authorKamal Heib <kamalheib1@gmail.com>
Thu, 15 Jun 2017 08:29:03 +0000 (11:29 +0300)
committerDoug Ledford <dledford@redhat.com>
Mon, 24 Jul 2017 12:43:12 +0000 (08:43 -0400)
Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe.h

index 1ac5b8551a4d37325e782e5dc438ed4915d7243f..6447d736d5a469210a15aa9f248d72f175e58045 100644 (file)
@@ -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 charname);
+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);