Message ID | 20240705041935.2874003-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
State | Accepted |
Commit | 83c36e7cfd74e41a5c145640dba581b38f12aa15 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | docs: networking: devlink: capitalise length value | expand |
On 7/5/24 06:19, Chris Packham wrote: > Correct the example to match the help text from the devlink utility. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- > Documentation/networking/devlink/devlink-region.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 I don't see any other case for such correction in core devlink doc, so: Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 5 Jul 2024 16:19:35 +1200 you wrote: > Correct the example to match the help text from the devlink utility. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- > Documentation/networking/devlink/devlink-region.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - docs: networking: devlink: capitalise length value https://git.kernel.org/netdev/net/c/83c36e7cfd74 You are awesome, thank you!
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
Correct the example to match the help text from the devlink utility. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- Documentation/networking/devlink/devlink-region.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)