forked from Mirrors/opensbi
		
	lib: utils/regmap: Fix typo in comment
Balance the quotation marks; double quotes are idiomatic here. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
		
				
					committed by
					
						
						Anup Patel
					
				
			
			
				
	
			
			
			
						parent
						
							bcb81f0cbe
						
					
				
				
					commit
					f229a32828
				
			@@ -25,7 +25,7 @@ struct fdt_regmap {
 | 
			
		||||
int fdt_regmap_get_by_phandle(void *fdt, u32 phandle,
 | 
			
		||||
			      struct regmap **out_rmap);
 | 
			
		||||
 | 
			
		||||
/** Get regmap instance based on "regmap' property of the specified DT node */
 | 
			
		||||
/** Get regmap instance based on "regmap" property of the specified DT node */
 | 
			
		||||
int fdt_regmap_get(void *fdt, int nodeoff, struct regmap **out_rmap);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user