aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorNickalas Cason <nickalas@cason.dev>2022-04-30 19:01:39 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-05 23:19:14 +0200
commit3a9aaf047a37eb5e30218ff979ddba373b48e0e8 (patch)
tree4b1e3038e51e1bbb009eb09ba2e3d6f138216323 /drivers/staging/greybus
parentstaging: vc04_services: Re-use generic struct s32_fract (diff)
downloadlinux-dev-3a9aaf047a37eb5e30218ff979ddba373b48e0e8.tar.xz
linux-dev-3a9aaf047a37eb5e30218ff979ddba373b48e0e8.zip
staging: greybus: correct typo in comment
Correct misspelling in comment. Issue found with checkpatch. Signed-off-by: Nickalas Cason <nickalas@cason.dev> Link: https://lore.kernel.org/r/20220430230139.7i772mvejlhevamn@desktop Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/arche-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index e374dfc0c92f..fcbd5f71eff2 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -591,7 +591,7 @@ static __maybe_unused int arche_platform_suspend(struct device *dev)
static __maybe_unused int arche_platform_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.
*