Commit 3b538c39 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: arche-apb: Spelling and whitespace fixes

- s/premits/permits
- Remove blank lines at the end of the file
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent f1f251b5
......@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment