summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Hubbe <Allen.Hubbe@emc.com>2015-07-15 12:43:21 -0400
committerJon Mason <jdmason@kudzu.us>2015-09-07 15:17:09 -0400
commit86663c91866ae85c219f1a80ef2c9460b7ca5cd8 (patch)
tree8083db6b7465896bbf95152cf962514058dd76cf
parenta7c23237481782fbea3c2230e362b72863e144b0 (diff)
downloadop-kernel-dev-86663c91866ae85c219f1a80ef2c9460b7ca5cd8.zip
op-kernel-dev-86663c91866ae85c219f1a80ef2c9460b7ca5cd8.tar.gz
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 e3d3299..f798e2a 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.
*
OpenPOWER on IntegriCloud