mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	docs: accel: Fix debugfs path
The device specific directory in debugfs does not have "accel".  For
example, the documentation says device 0 should have a debugfs entry as
/sys/kernel/debug/accel/accel0/ but in reality the entry is
/sys/kernel/debug/accel/0/
Fix the documentation to match the implementation.
Fixes: 8c5577a5cc ("doc: add documentation for accel subsystem")
Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									f7d67c1cfd
								
							
						
					
					
						commit
						24444a9933
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -69,7 +69,7 @@ The accelerator devices will be exposed to the user space with the dedicated
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- device char files - /dev/accel/accel*
 | 
					- device char files - /dev/accel/accel*
 | 
				
			||||||
- sysfs             - /sys/class/accel/accel*/
 | 
					- sysfs             - /sys/class/accel/accel*/
 | 
				
			||||||
- debugfs           - /sys/kernel/debug/accel/accel*/
 | 
					- debugfs           - /sys/kernel/debug/accel/*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Getting Started
 | 
					Getting Started
 | 
				
			||||||
===============
 | 
					===============
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue