From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D70771FA1; Tue, 12 Apr 2022 06:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=VuUzRanb1g3lZ54LSZZGevqxgq7SS6sYYnuAsAsQAfU=; b=pujxQUiTv0ydC7Nc6d2Pzj2yv/J1fyj+FbPtZDeF8RYU5ITZXoZx9VZw kJZWYtWAZoFxXvZ5au/pe5ASj75aphNEt+z65ZLre75C7bZO4vprsv/SX KFxKwwsVsc98VX6/FtJKLM5Y1hGAcm8pERIR3RHzZP0llrWNya5+D47+h k=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.90,253,1643670000"; d="scan'208";a="11244043" Received: from 203.107.68.85.rev.sfr.net (HELO hadrien) ([85.68.107.203]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2022 08:21:53 +0200 Date: Tue, 12 Apr 2022 08:21:52 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Jaehee Park cc: Johan Hovold , Alex Elder , Greg Kroah-Hartman , greybus-dev@lists.linaro.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH 1/2] staging: greybus: correct typo in comment 'Atleast' to 'At least' In-Reply-To: <20220411212512.GA2797956@jaehee-ThinkPad-X1-Extreme> Message-ID: References: <20220411212512.GA2797956@jaehee-ThinkPad-X1-Extreme> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Mon, 11 Apr 2022, Jaehee Park wrote: > Correct spelling typo. You could make the subject line more concise and the log message more informative. julia > > Signed-off-by: Jaehee Park > --- > drivers/staging/greybus/arche-apb-ctrl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > * > -- > 2.25.1 > > >