package/kernel/leds-apu2: fix whitespaces
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
		 Florian Eckert
					Florian Eckert
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							a7e4aec3d9
						
					
				
				
					commit
					2af41487e0
				
			| @@ -228,21 +228,21 @@ static struct platform_driver gpio_apu2_driver = { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| static struct gpio_led apu2_leds_gpio[] = { | static struct gpio_led apu2_leds_gpio[] = { | ||||||
|         { | 	{ | ||||||
|                 .name           = "apu2:green:power", | 		.name           = "apu2:green:power", | ||||||
|                 .gpio           = 509, | 		.gpio           = 509, | ||||||
|                 .active_low     = 1, | 		.active_low     = 1, | ||||||
|         }, | 	}, | ||||||
|         { | 	{ | ||||||
|                 .name           = "apu2:green:led2", | 		.name           = "apu2:green:led2", | ||||||
|                 .gpio           = 510, | 		.gpio           = 510, | ||||||
|                 .active_low     = 1, | 		.active_low     = 1, | ||||||
|         }, | 	}, | ||||||
|         { | 	{ | ||||||
|                 .name           = "apu2:green:led3", | 		.name           = "apu2:green:led3", | ||||||
|                 .gpio           = 511, | 		.gpio           = 511, | ||||||
|                 .active_low     = 1, | 		.active_low     = 1, | ||||||
|         }, | 	}, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| static struct gpio_keys_button apu2_gpio_keys[] = { | static struct gpio_keys_button apu2_gpio_keys[] = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user