staging: nvec: Remove blank lines before a close brace
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
78a729ff16
commit
aaa657312a
@@ -41,7 +41,6 @@ static void nvec_led_brightness_set(struct led_classdev *led_cdev,
|
|||||||
nvec_write_async(led->nvec, buf, sizeof(buf));
|
nvec_write_async(led->nvec, buf, sizeof(buf));
|
||||||
|
|
||||||
led->cdev.brightness = value;
|
led->cdev.brightness = value;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int nvec_paz00_probe(struct platform_device *pdev)
|
static int nvec_paz00_probe(struct platform_device *pdev)
|
||||||
|
|||||||
Reference in New Issue
Block a user