aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec_power.c
diff options
context:
space:
mode:
authorMatthew Smith <matthew11235@outlook.com>2016-12-16 17:16:47 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-03 15:22:30 +0100
commit5a30502c869e81dc0e577eecde097d9090f08734 (patch)
tree9f0c1b68bf662d458c19ae6c37ba04e1c3dc7e09 /drivers/staging/nvec/nvec_power.c
parentstaging: android: ion: return -ENOMEM in ion_cma_heap allocation failure (diff)
downloadlinux-dev-5a30502c869e81dc0e577eecde097d9090f08734.tar.xz
linux-dev-5a30502c869e81dc0e577eecde097d9090f08734.zip
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>
Diffstat (limited to 'drivers/staging/nvec/nvec_power.c')
-rw-r--r--drivers/staging/nvec/nvec_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index fcbb0fa03765..3b144a9ea055 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/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);