summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorViresh Kumar2016-01-11 06:59:08 +0100
committerGreg Kroah-Hartman2016-01-12 00:58:01 +0100
commit3b538c399c3273ec268f7c641c8ce35c1235763a (patch)
treef1497fc39cf20b1f285803e4152dd42cccae4c47 /drivers/staging/greybus/arche-apb-ctrl.c
parentgreybus: arche-platform: propagate errors returned by gpiolib (diff)
downloadkernel-qcow2-linux-3b538c399c3273ec268f7c641c8ce35c1235763a.tar.gz
kernel-qcow2-linux-3b538c399c3273ec268f7c641c8ce35c1235763a.tar.xz
kernel-qcow2-linux-3b538c399c3273ec268f7c641c8ce35c1235763a.zip
greybus: arche-apb: Spelling and whitespace fixes
- 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>
Diffstat (limited to 'drivers/staging/greybus/arche-apb-ctrl.c')
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 701cd5654449..4fe2d110c4ae 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -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);
-
-