From patchwork Thu May 4 09:18:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Honghui X-Patchwork-Id: 679500 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 F384EC77B78 for ; Thu, 4 May 2023 09:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230178AbjEDJTB (ORCPT ); Thu, 4 May 2023 05:19:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbjEDJS7 (ORCPT ); Thu, 4 May 2023 05:18:59 -0400 Received: from smtpbg151.qq.com (smtpbg151.qq.com [18.169.211.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 354434686; Thu, 4 May 2023 02:18:55 -0700 (PDT) X-QQ-mid: bizesmtpipv603t1683191906tesa Received: from localhost ( [255.251.132.4]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 04 May 2023 17:18:24 +0800 (CST) X-QQ-SSF: 0140000000000090C000000A0000000 X-QQ-FEAT: vqhsT3OOnzQrJGtKCXS1pBcMKUMmDAjRfxQG/B6ZO/lWYFwgO+2Y2O7Nj4C5U hOuwigMdoftTB6SuFpHto05XEDV5S23KOJ3BOGlsuK+f1kR4V2ecsKb2uC7U92bw45zmVDs 5/4vnrT05DyXcfzc8h8KP+Oizt6Nfp9/KCxPAxem/ukx7eycB6kUEgSc3ioOx/ruKj+l7dM taLLl6jbSB0CsxH1Q/S3pgszqZah34fwyxi5koDec+b4YTNl/TdOGCQNouZpGRKvwrQs38j MM2bi2ZkgdpdeqHhKyyFKp2DJncghKq1SJVIclSjX/ELo5g9/df6I7JMy9DiUMxWZI0WCuc O+zAaoKzTnjQ8ABSvdctz04dzAzSNvCLtQIeZ9a X-QQ-GoodBg: 2 X-BIZMAIL-ID: 7082002643039706499 Date: Thu, 4 May 2023 17:18:24 +0800 From: Wang Honghui To: "Rafael J. Wysocki" , Pavel Machek , Len Brown , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] strcut: Correct spelling mistakes in comments Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtpipv:ucas.com.cn:qybglogicsvrgz:qybglogicsvrgz5a-2 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Signed-off-by: Wang Honghui strcut: Correct spelling mistakes in comments. --- kernel/power/snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index cd8b7b35f1e8..b27affb7503f 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c @@ -398,7 +398,7 @@ struct mem_zone_bm_rtree { unsigned int blocks; /* Number of Bitmap Blocks */ }; -/* strcut bm_position is used for browsing memory bitmaps */ +/* struct bm_position is used for browsing memory bitmaps */ struct bm_position { struct mem_zone_bm_rtree *zone;