From 8a045868e240d4fb07884a4152433e6410512196 Mon Sep 17 00:00:00 2001 From: Holden Hsu Date: Mon, 5 Jan 2026 00:24:51 -0800 Subject: [PATCH 2/2] staging: greybus: arche-platform: fix spelling mistake Fix 'premits' -> 'permits' in comment. Signed-off-by: Holden Hsu --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index de38cd4b3..f669a7e2e 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -569,7 +569,7 @@ static void arche_platform_remove(struct platform_device *pdev) static __maybe_unused int arche_platform_suspend(struct device *dev) { /* - * If timing profile premits, we may shutdown bridge + * If timing profile permits, we may shutdown bridge * completely * * TODO: define shutdown sequence -- 2.43.0