diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2024-07-05 06:19:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-07-08 14:39:07 +0200 |
commit | 83c36e7cfd74e41a5c145640dba581b38f12aa15 (patch) | |
tree | 1a6eae05bc2193546abeae6d36233c69b7a95b80 /Documentation/networking/devlink | |
parent | tcp: fix incorrect undo caused by DSACK of TLP retransmit (diff) | |
download | linux-83c36e7cfd74e41a5c145640dba581b38f12aa15.tar.xz linux-83c36e7cfd74e41a5c145640dba581b38f12aa15.zip |
docs: networking: devlink: capitalise length value
Correct the example to match the help text from the devlink utility.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink')
-rw-r--r-- | Documentation/networking/devlink/devlink-region.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/devlink/devlink-region.rst b/Documentation/networking/devlink/devlink-region.rst index 9232cd7da301..5d0b68f752c0 100644 --- a/Documentation/networking/devlink/devlink-region.rst +++ b/Documentation/networking/devlink/devlink-region.rst @@ -49,7 +49,7 @@ example usage $ devlink region show [ DEV/REGION ] $ devlink region del DEV/REGION snapshot SNAPSHOT_ID $ devlink region dump DEV/REGION [ snapshot SNAPSHOT_ID ] - $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length length + $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length LENGTH # Show all of the exposed regions with region sizes: $ devlink region show |