mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									0ec986ed7b
								
							
						
					
					
						commit
						83c36e7cfd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue