Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1110767pxb; Thu, 4 Feb 2021 05:31:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJzlt1J1+VwP96LTJgwhPC5A9xwGnbd+fBLgmjltYkGBtwTOSvv7FJj0E+1NFHkojfms+x9g X-Received: by 2002:a17:906:f854:: with SMTP id ks20mr6609340ejb.50.1612445492080; Thu, 04 Feb 2021 05:31:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612445492; cv=none; d=google.com; s=arc-20160816; b=uZEOm1XEPHZFkhvAYS0nwpnglzysBMNY5JSQgWxDtU/KEdulVKIWI3sap8OYt50XNv fPJNJBD0WnYTner0q85clPCxLFkpIE+Q0NDx1+MmfP5J07xg1gJTnAsdrA76dqphJCST IgreHBymWfQW0xEbo5PmUl0gL/bXB3dLwjd3yJ6VeQ7ehH8mlbEo/3whIL39/mrOd/76 skbbStP4k2UDQIUXGGqxmeoCqkKcZ5nukK2fd4UOlzWh3BSDz3CYN5V6lsujAXicrepH vABhPZkWXbXzibNDIQp8droNFR4EtoNSI6OxqQ/5JToACEwHJHBObbk0m3plrtMIDM4u otig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=iyWD+3p2q080UDuOHWHEniBrMCC5NgLU0HvEjr/oBrY=; b=v3BUHVp8RPbYAD0XNQCiV3Svp2Ejw3k2hB7o8h5ItrCg+rH/OQpUMB6ySoudLG6+/q Mu6pZPv+D7o8VhtG8aYayQD0Pp9VAjXHtUSEJ5qC5FvHkrZ+v4pJJa/1h7hxSVa0N1J4 MhQYpJSO8UzsWoqxyFt1K8Nn8CRbV4r96Q4omoc1dI2InjzEpLfRILUYukUCgAGbVEME HRv/Qcahn6xgNzmnV4Qd5XPjNUIgAmH3Po2ffhEReT4ZaJxYuSdzCGMUTw9hrSSJgOQl diAhzqOV07yF8ESyrO3SlUjyRu0onducP3PhKixGKlbfmgrc+tOvld1vhFRAHNfqcfz4 OjZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id co21si3337328edb.165.2021.02.04.05.31.06; Thu, 04 Feb 2021 05:31:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236313AbhBDN11 (ORCPT + 99 others); Thu, 4 Feb 2021 08:27:27 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:41588 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S236311AbhBDN1R (ORCPT ); Thu, 4 Feb 2021 08:27:17 -0500 X-UUID: 1e28ea95ab33423aaa971d97ffaad201-20210204 X-UUID: 1e28ea95ab33423aaa971d97ffaad201-20210204 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw01.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.14 Build 0819 with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 319922277; Thu, 04 Feb 2021 21:26:20 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs08n2.mediatek.inc (172.21.101.56) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 4 Feb 2021 21:25:58 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 4 Feb 2021 21:25:58 +0800 From: Ed Tsai To: CC: , , , Subject: [PATCH] Documentation: f2fs: fix typo s/automaic/automatic Date: Thu, 4 Feb 2021 21:25:56 +0800 Message-ID: <20210204132556.14934-1-ed.tsai@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-TM-SNTS-SMTP: 264E744759CDFE8E1FA7B7EB4E35E7CEFEA19D310B34A1FB30C8694CD75E32962000:8 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typo in f2fs documentation. Signed-off-by: Ed Tsai --- Documentation/filesystems/f2fs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index dae15c96e659..e1cda214058e 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -831,7 +831,7 @@ This is the default option. f2fs does automatic compression in the writeback of compression enabled files. 2) compress_mode=user -This disables the automaic compression and gives the user discretion of choosing the +This disables the automatic compression and gives the user discretion of choosing the target file and the timing. The user can do manual compression/decompression on the compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE ioctls like the below. -- 2.18.0