From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751850AbbKPXcM (ORCPT ); Mon, 16 Nov 2015 18:32:12 -0500 Received: from mail.kernel.org ([198.145.29.136]:54706 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750958AbbKPXcK (ORCPT ); Mon, 16 Nov 2015 18:32:10 -0500 Date: Mon, 16 Nov 2015 15:32:08 -0800 From: Jaegeuk Kim To: Randy Dunlap Cc: Masanari Iida , linux-kernel@vger.kernel.org, cm224.lee@samsung.com, chao2.yu@samsung.com, linux-f2fs-devel@lists.sourceforge.net, corbet@lwn.net, linux-doc@vger.kernel.org Subject: Re: [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt Message-ID: <20151116233208.GA67331@jaegeuk.local> References: <1447674388-30253-1-git-send-email-standby24x7@gmail.com> <564A05C4.4000209@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <564A05C4.4000209@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2015 at 08:35:16AM -0800, Randy Dunlap wrote: > On 11/16/15 03:46, Masanari Iida wrote: > > This patch fix some typos in Documentation/filesystems/f2fs.txt > > > > Signed-off-by: Masanari Iida > > --- > > Documentation/filesystems/f2fs.txt | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > Acked-by: Randy Dunlap Hello, Thank you for the patch. I'll merge this patch. Thanks, > > Thanks. > > > -- > ~Randy