Browse Source

staging: nvec: fix indent issue in nvec_power.c

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>
Matthew Smith 8 years ago
parent
commit
5a30502c86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/nvec/nvec_power.c

+ 1 - 1
drivers/staging/nvec/nvec_power.c

@@ -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);