diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2024-07-05 16:19:35 +1200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-07-08 13:39:07 +0100 |
commit | 83c36e7cfd74e41a5c145640dba581b38f12aa15 (patch) | |
tree | 1a6eae05bc2193546abeae6d36233c69b7a95b80 /Documentation/networking | |
parent | 0ec986ed7bab6801faed1440e8839dcc710331ff (diff) |
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')
-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 |