projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520eccd
)
IB/rxe: Use "foo *bar" instead of "foo * bar"
author
Kamal Heib
<kamalheib1@gmail.com>
Thu, 15 Jun 2017 08:29:03 +0000
(11:29 +0300)
committer
Doug 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
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/rxe/rxe.h
b/drivers/infiniband/sw/rxe/rxe.h
index 1ac5b8551a4d37325e782e5dc438ed4915d7243f..6447d736d5a469210a15aa9f248d72f175e58045 100644
(file)
--- 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);