]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: nvec: fix indent issue in nvec_power.c
authorMatthew Smith <matthew11235@outlook.com>
Fri, 16 Dec 2016 17:16:47 +0000 (17:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 14:22:30 +0000 (15:22 +0100)
Fixes "WARNING: Statements should start on a tabstop" from checkpatch.pl

Signed-off-by: Matthew Smith <matthew11235@outlook.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec_power.c

index fcbb0fa03765b04498987098eedff52dc2698f01..3b144a9ea055ff85e3c1eaa3b13643ae77a7f403 100644 (file)
@@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = {
        .remove = nvec_power_remove,
        .driver = {
                   .name = "nvec-power",
-                  }
+       }
 };
 
 module_platform_driver(nvec_power_driver);