Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/driver-api: ntb: drop doubled word

Drop the doubled word "with".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Jon Mason <jdmason@kudzu.us>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Allen Hubbe <allenbh@gmail.com>
Cc: linux-ntb@googlegroups.com
Link: https://lore.kernel.org/r/20200704034502.17199-13-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
97b8281c 4b708d6e

+1 -1
+1 -1
Documentation/driver-api/ntb.rst
··· 9 9 scratchpad and message registers. Scratchpad registers are read-and-writable 10 10 registers that are accessible from either side of the device, so that peers can 11 11 exchange a small amount of information at a fixed address. Message registers can 12 - be utilized for the same purpose. Additionally they are provided with with 12 + be utilized for the same purpose. Additionally they are provided with 13 13 special status bits to make sure the information isn't rewritten by another 14 14 peer. Doorbell registers provide a way for peers to send interrupt events. 15 15 Memory windows allow translated read and write access to the peer memory.