- 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>
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 ??
SIMPLE_DEV_PM_OPS(arche_apb_ctrl_pm_ops,
arche_apb_ctrl_suspend,
arche_apb_ctrl_resume);
-
-