mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	staging: drivers: pinctrl: Fixed checkpatch.pl warnings
This patch fixes two checkpatch.pl warnings WARNING: Error trailing white space WARNING: MIssing blank line after declaration Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
		
							parent
							
								
									ac5a186ebe
								
							
						
					
					
						commit
						40b9e4fa75
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -101,6 +101,7 @@ static void lantiq_load_pin_desc(struct pinctrl_pin_desc *d, int bank, int len) | |||
| 	for (i = 0; i < len; i++) { | ||||
| 		/* strlen("ioXYZ") + 1 = 6 */ | ||||
| 		char *name = kzalloc(6, GFP_KERNEL); | ||||
| 
 | ||||
| 		snprintf(name, 6, "io%d", base + i); | ||||
| 		d[i].number = base + i; | ||||
| 		d[i].name = name; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Anjana Sasindran
						Anjana Sasindran