From nobody Sat Jun 20 01:01:36 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E010C433FE for ; Sat, 26 Mar 2022 18:35:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234572AbiCZSgx (ORCPT ); Sat, 26 Mar 2022 14:36:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234209AbiCZSgu (ORCPT ); Sat, 26 Mar 2022 14:36:50 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 601BE1EEF2 for ; Sat, 26 Mar 2022 11:35:13 -0700 (PDT) Received: from localhost (unknown [IPv6:2a02:3030:b:56bb:4cb:3227:231:99f8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: sebastianfricke) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id A6FA11F44FBF; Sat, 26 Mar 2022 18:35:10 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1648319710; bh=Yjl46ueIb8FFOE6LTpGiYGQrCe+XfsGRJYwSzV+wGB4=; h=From:To:Cc:Subject:Date:From; b=jwPvrKO+8Bji2v6cwz+sxa4KmWJgjaeLsupN01ijooDIOyvMN4hzHpfLJJ1CDYGJr kvn/jLVOrZ3VCM+3IlgSoFr1HbGa4ZIJE/LgF1Uepqo6PCDSosuwF9jkjFq91Nm4VF Z4awMbpz44LyFq2WqyY5kSCauD08V1Wy5OaY0VbbC9ejFdtA5n/eFbiLy5H1Lqp6Sn l4r9JWTiXRe7/NEAf1ztEmiugEms6BMgGcM7W0+6hj5Q5trUlVsI6KW4cP/V3YOszO t3e9t711npz2pKT4LUYnBDujC6HhPPOqUkget9o4U/Awcy2py+O92jj7PIYAcgd/pT E+FWnr6NBssAw== From: Sebastian Fricke To: linux-rockchip@lists.infradead.org Cc: Sebastian Fricke , Heiko Stuebner , Elaine Zhang , Johan Jonker , linux-arm-kernel@lists.infradead.org (moderated list:ARM/Rockchip SoC support), linux-kernel@vger.kernel.org (open list) Subject: [PATCH] soc: rockchip: pm_domains: Fix typo in comment Date: Sat, 26 Mar 2022 19:34:50 +0100 Message-Id: <20220326183451.66115-1-sebastian.fricke@collabora.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" s/eject devices form power domain/eject devices from the power domain/ Signed-off-by: Sebastian Fricke --- drivers/soc/rockchip/pm_domains.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/soc/rockchip/pm_domains.c b/drivers/soc/rockchip/pm_do= mains.c index 0868b7d406fb..1b029e494274 100644 --- a/drivers/soc/rockchip/pm_domains.c +++ b/drivers/soc/rockchip/pm_domains.c @@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driv= er =3D { .name =3D "rockchip-pm-domain", .of_match_table =3D rockchip_pm_domain_dt_match, /* - * We can't forcibly eject devices form power domain, - * so we can't really remove power domains once they - * were added. + * We can't forcibly eject devices from the power + * domain, so we can't really remove power domains + * once they were added. */ .suppress_bind_attrs =3D true, }, --=20 2.25.1