Only a cosmetic change: use reverse christmas tree variables declaration. Signed-off-by: Marek Behún <marek.behun@xxxxxx> Cc: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> --- drivers/leds/leds-max77650.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/leds/leds-max77650.c b/drivers/leds/leds-max77650.c index f2090d3ebfd53..bed620fc1b82e 100644 --- a/drivers/leds/leds-max77650.c +++ b/drivers/leds/leds-max77650.c @@ -62,8 +62,8 @@ static int max77650_led_brightness_set(struct led_classdev *cdev, static int max77650_led_probe(struct platform_device *pdev) { - struct fwnode_handle *child; struct max77650_led *leds, *led; + struct fwnode_handle *child; struct device *dev; struct regmap *map; int rv, num_leds; -- 2.26.2