mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	clk: gate: fix comment typo and grammar
Change ouput -> output. While at it change also grammatically incorrect "it's" to "its". Signed-off-by: Baruch Siach <baruch@tkos.co.il> Link: https://lore.kernel.org/r/d47978a09dd0320f9929a19fa3e829608a02b224.1693485415.git.baruch@tkos.co.il Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
		
							parent
							
								
									f2af7cb8ac
								
							
						
					
					
						commit
						14aaccbd34
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
#include <linux/string.h>
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * DOC: basic gatable clock which can gate and ungate it's ouput
 | 
			
		||||
 * DOC: basic gatable clock which can gate and ungate its output
 | 
			
		||||
 *
 | 
			
		||||
 * Traits of this clock:
 | 
			
		||||
 * prepare - clk_(un)prepare only ensures parent is (un)prepared
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue