greybus: arche-apb: Spelling and whitespace fixes
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 11 Jan 2016 05:59:08 +0000 (11:29 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 11 Jan 2016 23:58:01 +0000 (15:58 -0800)
- s/premits/permits
- Remove blank lines at the end of the file

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/arche-apb-ctrl.c

index 701cd56..4fe2d11 100644 (file)
@@ -364,7 +364,7 @@ int arche_apb_ctrl_remove(struct platform_device *pdev)
 static int arche_apb_ctrl_suspend(struct device *dev)
 {
        /*
-        * If timing profile premits, we may shutdown bridge
+        * If timing profile permits, we may shutdown bridge
         * completely
         *
         * TODO: sequence ??
@@ -392,5 +392,3 @@ static int arche_apb_ctrl_resume(struct device *dev)
 SIMPLE_DEV_PM_OPS(arche_apb_ctrl_pm_ops,
                  arche_apb_ctrl_suspend,
                  arche_apb_ctrl_resume);
-
-