From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932444AbdBGVk2 (ORCPT ); Tue, 7 Feb 2017 16:40:28 -0500 Received: from m15-14.126.com ([220.181.15.14]:30608 "EHLO m15-14.126.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932313AbdBGVk1 (ORCPT ); Tue, 7 Feb 2017 16:40:27 -0500 X-Originating-IP: [113.200.155.164] Date: Wed, 8 Feb 2017 05:08:01 +0800 (CST) From: "Tiezhu Yang" To: jaegeuk@kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH] f2fs: fix a typo in f2fs.txt X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20160729(86883.8884) Copyright (c) 2002-2017 www.mailtech.cn 126com Content-Type: text/plain; charset=GBK MIME-Version: 1.0 Message-ID: <149f6251.17c.15a1a679a5c.Coremail.kernelpatch@126.com> X-Coremail-Locale: zh_CN X-CM-TRANSID: DsqowAD3_68yN5pYJSTHAA--.52199W X-CM-SenderInfo: xnhu0vxosd3ubk6rjloofrz/1tbimhJv9Vag1PJ16AACsd X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v17LeWgX006566 There is a typo "f2f2" in f2fs.txt, this patch fixes it. Signed-off-by: Tiezhu Yang --- Documentation/filesystems/f2fs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 0ab33d4..3d7e12d 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -176,7 +176,7 @@ f2fs. Each file shows the whole f2fs information. SYSFS ENTRIES ================================================================================ -Information about mounted f2f2 file systems can be found in +Information about mounted f2fs file systems can be found in /sys/fs/f2fs. Each mounted filesystem will have a directory in /sys/fs/f2fs based on its device name (i.e., /sys/fs/f2fs/sda). The files in each per-device directory are shown in table below. -- 1.8.3.1