From mboxrd@z Thu Jan 1 00:00:00 1970 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 8DC10C25B0D for ; Mon, 15 Aug 2022 06:45:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231210AbiHOGpw (ORCPT ); Mon, 15 Aug 2022 02:45:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241026AbiHOGpq (ORCPT ); Mon, 15 Aug 2022 02:45:46 -0400 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 587C4BC8B; Sun, 14 Aug 2022 23:45:45 -0700 (PDT) Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1660545943; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qBCWO3lIwWMGpb/gijq8ucNqW63ks472vIwnDJtW+J0=; b=ELwW0r/CQ2nOs1I8nSNLZ9BeOE68kOpgaXhZuIZEC2ubQ/6/bFT/x1Exk3nONz4uJosbg1 iHz9UF/cSI/z7ScjXCnupqYT7f3mQ6Rg4XjN76W1xTR3LN3OHKQQs+vW7CtYnIZXAZfdyZ vZ7SN2/simx1lOSk1BgnBuWRdc1dX94= MIME-Version: 1.0 Subject: Re: [PATCH linux-next] mm: memcontrol: Fix typos in comment Fix a spelling mistake in comment. X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20220815061208.65945-1-xu.panda@zte.com.cn> Date: Mon, 15 Aug 2022 14:45:27 +0800 Cc: Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song , Andrew Morton , cgroups@vger.kernel.org, Linux MM , linux-kernel@vger.kernel.org, xupanda , Zeal Robot Content-Transfer-Encoding: quoted-printable Message-Id: <163DC765-D629-4BF5-8A3C-9146BEC6748D@linux.dev> References: <20220815061208.65945-1-xu.panda@zte.com.cn> To: cgel.zte@gmail.com X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Aug 15, 2022, at 14:12, cgel.zte@gmail.com wrote: >=20 > From: xupanda 1. Your subject seems to have redundant description. =E2=80=9CFix typos in comment=E2=80=9D vs =E2=80=9CFix a spelling = mistake in comment" 2. It is better to clarify what you have changed here. Like: Fix a spelling mistake on =E2=80=9Ccgruop1=E2=80=9D. With this: Reviewed-by: Muchun Song Thanks.=