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 83184C04A6A for ; Fri, 4 Aug 2023 06:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230236AbjHDGiJ (ORCPT ); Fri, 4 Aug 2023 02:38:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233160AbjHDGhu (ORCPT ); Fri, 4 Aug 2023 02:37:50 -0400 Received: from out-90.mta1.migadu.com (out-90.mta1.migadu.com [IPv6:2001:41d0:203:375::5a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE14F4684 for ; Thu, 3 Aug 2023 23:37:38 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1691131056; 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=RGE7IlwwlQoLXGjaNOVIcJyf2once2coPl7qKdP4X7c=; b=eXtrKGg9hj64tjMqlRwEdhExZl+fcIsOGj6fMR5eIidNPFrRSEz/JTeYqWy7oof1QW0WwS 4eZf32iOkbIBdkOiUNoofWKgK21mPqYwxVuvDaZehAs/6W56yyKfloTXJD21IsXMdBctU/ il7uSAK3OP/3XO4/Dazm3/eRnSnQPL4= MIME-Version: 1.0 Subject: Re: [PATCH] mm/memcg: fix wrong function name above obj_cgroup_charge_zswap() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20230803120021.762279-1-linmiaohe@huawei.com> Date: Fri, 4 Aug 2023 14:37:00 +0800 Cc: Andrew Morton , Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <0C7F407E-07AD-45F2-A31B-064080DD4B1C@linux.dev> References: <20230803120021.762279-1-linmiaohe@huawei.com> To: Miaohe Lin X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Aug 3, 2023, at 20:00, Miaohe Lin wrote: > > The correct function name is obj_cgroup_may_zswap(). Correct the comment. > > Signed-off-by: Miaohe Lin Reviewed-by: Muchun Song Thanks.