Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nickalas Cason and committed by
Greg Kroah-Hartman
3a9aaf04 039510e8

+1 -1
+1 -1
drivers/staging/greybus/arche-platform.c
··· 591 591 static __maybe_unused int arche_platform_resume(struct device *dev) 592 592 { 593 593 /* 594 - * Atleast for ES2 we have to meet the delay requirement between 594 + * At least for ES2 we have to meet the delay requirement between 595 595 * unipro switch and AP bridge init, depending on whether bridge is in 596 596 * OFF state or standby state. 597 597 *