diff options
| author | Utkarsh Tiwari <utkarsh02t@gmail.com> | 2025-05-19 13:32:47 +0530 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-05-19 09:04:21 -0600 |
| commit | 54538c24eeac901ddefe2238142fabf2839ee1a0 (patch) | |
| tree | 197f7e017dad24c225cbd87a228e5e3abc34173e | |
| parent | d5048aca8d9d7f31ecd8b8279ea20cfbbf80e59f (diff) | |
| download | net-54538c24eeac901ddefe2238142fabf2839ee1a0.tar.gz | |
Documentation: NTB: Fix typo
Fix 'peace' to 'piece' in the ntb documentation
Signed-off-by: Utkarsh Tiwari <utkarsh02t@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250519080248.648971-1-utkarsh02t@gmail.com>
| -rw-r--r-- | Documentation/driver-api/ntb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/ntb.rst b/Documentation/driver-api/ntb.rst index e991d92b8b1d28..a49c4138377924 100644 --- a/Documentation/driver-api/ntb.rst +++ b/Documentation/driver-api/ntb.rst @@ -35,7 +35,7 @@ anyone who has written a pci driver. NTB Typical client driver implementation ---------------------------------------- -Primary purpose of NTB is to share some peace of memory between at least two +Primary purpose of NTB is to share some piece of memory between at least two systems. So the NTB device features like Scratchpad/Message registers are mainly used to perform the proper memory window initialization. Typically there are two types of memory window interfaces supported by the NTB API: |
