summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehee Park <jhpark1013@gmail.com>2022-04-13 07:38:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-13 09:49:48 +0300
commit5a9bdd6fd69b88acbf4e623c77872b4d7d7933dc (patch)
tree771c44546d579a634ff532b03777702a379109e4
parent59c5a7c6122e6978e559f9fad6ed518f1e03f861 (diff)
downloadlinux-5a9bdd6fd69b88acbf4e623c77872b4d7d7933dc.tar.xz
staging: greybus: correct typo in comment
Correct a spelling typo from 'Atleast' to 'At least' in comment. Issue found by checkpatch. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Jaehee Park <jhpark1013@gmail.com> Link: https://lore.kernel.org/r/2feb03de97ca4dbd27c22cf40f8e185f7dfaae29.1649824370.git.jhpark1013@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index bbf3ba744fc4..45afa208d004 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -445,7 +445,7 @@ static int __maybe_unused arche_apb_ctrl_suspend(struct device *dev)
static int __maybe_unused arche_apb_ctrl_resume(struct device *dev)
{
/*
- * Atleast for ES2 we have to meet the delay requirement between
+ * At least for ES2 we have to meet the delay requirement between
* unipro switch and AP bridge init, depending on whether bridge is in
* OFF state or standby state.
*