Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86663c91 authored by Allen Hubbe's avatar Allen Hubbe Committed by Jon Mason
Browse files

NTB: Fix documentation for ntb_peer_db_clear.



The documentation should say "peer" not "local" when referring to the
peer doorbell register.

Reported-by: default avatarDave Jiang <dave.jiang@intel.com>
Signed-off-by: default avatarAllen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent a7c23237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *