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 X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44C22C49EA6 for ; Thu, 24 Jun 2021 13:27:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D28B61074 for ; Thu, 24 Jun 2021 13:27:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230495AbhFXN3t (ORCPT ); Thu, 24 Jun 2021 09:29:49 -0400 Received: from m12-11.163.com ([220.181.12.11]:36113 "EHLO m12-11.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbhFXN3r (ORCPT ); Thu, 24 Jun 2021 09:29:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=J6Rv1 vitNS/ydVeecRoabdFzPLloPhSPNL18OjlxdpE=; b=RAA0dZrWaZ6N/EwtaDsBq OONyW2w4/o3qMtph3mDhdHJumwGDDWdwnqeSY6cGsJ3zDr90B7PlvsMj/B3WFSNb mcAv2xup81YhQihC6jfnUGWyQFP7BszFn2mT/BUpgsxVU48znCNkzt18vUw/615n 8B0qq6iElvg7EsZUmPK2sc= Received: from jiangzhipeng.ccdomain.com (unknown [218.94.48.178]) by smtp7 (Coremail) with SMTP id C8CowADXxIz+h9RgLhCijg--.21206S2; Thu, 24 Jun 2021 21:27:22 +0800 (CST) From: jzp0409 To: minchan@kernel.org Cc: linux-kernel@vger.kernel.org, "edison.jiang" Subject: [PATCH] zram: correct zram Spelling mistakes Date: Thu, 24 Jun 2021 21:25:57 +0800 Message-Id: <20210624132558.1401-1-jzp0409@163.com> X-Mailer: git-send-email 2.30.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: C8CowADXxIz+h9RgLhCijg--.21206S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7XFy8KFykXw45tw4rAr17GFg_yoWfXFbEvF 4Ut3Wvv3yrZF13Zr4UCFs5CFyYqa1xKr15Gr95Xr45Z3y5Aa1xA3WDGrW5Zr17uFWv9rZx uF93Xry2krnFqjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU1NzV7UUUUU== X-Originating-IP: [218.94.48.178] X-CM-SenderInfo: hm2sikiqz6il2tof0z/xtbB9wq7hl2MZXeLZAAAss Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "edison.jiang" only correct spelling mistake Signed-off-by: edison.jiang --- Documentation/ABI/testing/sysfs-block-zram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-block-zram b/Documentation/ABI/testing/sysfs-block-zram index 14b2bf2..61eab8e 100644 --- a/Documentation/ABI/testing/sysfs-block-zram +++ b/Documentation/ABI/testing/sysfs-block-zram @@ -62,7 +62,7 @@ Date: August 2015 Contact: Minchan Kim Description: The compact file is write-only and trigger compaction for - allocator zrm uses. The allocator moves some objects so that + allocator zram uses. The allocator moves some objects so that it could free fragment space. What: /sys/block/zram/io_stat -- 1.9.1