]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: nvec: Remove blank lines before a close brace
authorLaura Garcia Liebana <nevola@gmail.com>
Mon, 22 Feb 2016 17:51:23 +0000 (18:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
Blank lines aren't necessary before a close brace '}'. Checkpatch
detected this issue.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec_paz00.c

index cddbfd2bcf11c7b7b42658303aaee83b1e2d202b..51dbeeb3320e744ce0d83b54fd9666b027bdb668 100644 (file)
@@ -41,7 +41,6 @@ static void nvec_led_brightness_set(struct led_classdev *led_cdev,
        nvec_write_async(led->nvec, buf, sizeof(buf));
 
        led->cdev.brightness = value;
-
 }
 
 static int nvec_paz00_probe(struct platform_device *pdev)