Browse Source

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>
Allen Hubbe 10 years ago
parent
commit
86663c9186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/ntb.h

+ 1 - 1
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.
  * @ntb:	NTB device context.
  * @db_bits:	Doorbell bits to clear.
  * @db_bits:	Doorbell bits to clear.
  *
  *