summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Hubbe2015-07-15 18:43:21 +0200
committerJon Mason2015-09-07 21:17:09 +0200
commit86663c91866ae85c219f1a80ef2c9460b7ca5cd8 (patch)
tree8083db6b7465896bbf95152cf962514058dd76cf
parentNTB: Fix documentation for ntb_link_is_up (diff)
downloadkernel-qcow2-linux-86663c91866ae85c219f1a80ef2c9460b7ca5cd8.tar.gz
kernel-qcow2-linux-86663c91866ae85c219f1a80ef2c9460b7ca5cd8.tar.xz
kernel-qcow2-linux-86663c91866ae85c219f1a80ef2c9460b7ca5cd8.zip
NTB: Fix documentation for ntb_peer_db_clear.
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>
-rw-r--r--include/linux/ntb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ntb.h b/include/linux/ntb.h
index e3d3299c6052..f798e2afba88 100644
--- 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.
*