projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c2323
)
NTB: Fix documentation for ntb_peer_db_clear.
author
Allen Hubbe
<Allen.Hubbe@emc.com>
Wed, 15 Jul 2015 16:43:21 +0000
(12:43 -0400)
committer
Jon Mason
<jdmason@kudzu.us>
Mon, 7 Sep 2015 19:17:09 +0000
(15:17 -0400)
The documentation should say "peer" not "local" when referring to the
peer doorbell register.
Reported-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
include/linux/ntb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ntb.h
b/include/linux/ntb.h
index e3d3299c60520d9d5d772a3eca2253790b6f03b5..f798e2afba88db5cd50b356108d2250048e17593 100644
(file)
--- a/
include/linux/ntb.h
+++ b/
include/linux/ntb.h
@@
-794,7
+794,7
@@
static inline int ntb_peer_db_set(struct ntb_dev *ntb, u64 db_bits)
}
/**
- * ntb_peer_db_clear() - clear bits in the
local
doorbell register
+ * ntb_peer_db_clear() - clear bits in the
peer
doorbell register
* @ntb: NTB device context.
* @db_bits: Doorbell bits to clear.
*