projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5eefe
)
infiniband/qib: Fix typo in comment
author
Chengguang Xu
<cgxu519@gmx.com>
Sat, 20 Apr 2019 07:55:12 +0000
(15:55 +0800)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Mon, 22 Apr 2019 17:08:15 +0000
(14:08 -0300)
Fix typo 'faspath' -> 'pastpath'.
Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qib/qib_common.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/qib/qib_common.h
b/drivers/infiniband/hw/qib/qib_common.h
index
a4a1f56
..
f91f23e
100644
(file)
--- a/
drivers/infiniband/hw/qib/qib_common.h
+++ b/
drivers/infiniband/hw/qib/qib_common.h
@@
-57,7
+57,7
@@
* QIB_VERBOSE_TRACING define as 1 if you want additional tracing in
* fastpath code
* QIB_TRACE_REGWRITES define as 1 if you want register writes to be
- * traced in faspath code
+ * traced in fas
t
path code
* _QIB_TRACING define as 0 if you want to remove all tracing in a
* compilation unit
*/