Skip to content

Commit

Permalink
NTB: Fix documentation for ntb_peer_db_clear.
Browse files Browse the repository at this point in the history
The documentation should say "peer" not "local" when referring to the
peer doorbell register.

Reported-by: Dave Jiang <[email protected]>
Signed-off-by: Allen Hubbe <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
  • Loading branch information
Allen Hubbe authored and jonmason committed Sep 7, 2015
1 parent a7c2323 commit 86663c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/ntb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 86663c9

Please sign in to comment.