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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 87E89C433B4 for ; Sat, 10 Apr 2021 03:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 58391611BE for ; Sat, 10 Apr 2021 03:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234183AbhDJDUC (ORCPT ); Fri, 9 Apr 2021 23:20:02 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:59884 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234160AbhDJDUB (ORCPT ); Fri, 9 Apr 2021 23:20:01 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13A3Jdm8010769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 9 Apr 2021 23:19:40 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id E426615C3B12; Fri, 9 Apr 2021 23:19:38 -0400 (EDT) Date: Fri, 9 Apr 2021 23:19:38 -0400 From: "Theodore Ts'o" To: Bhaskar Chowdhury Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, rdunlap@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] EXT4: Trivial typo fixes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 27, 2021 at 04:00:04PM +0530, Bhaskar Chowdhury wrote: > This patch series fixed few mundane typos in the below specific files. > > Bhaskar Chowdhury (8): > EXT4: migrate.c: Fixed few typos > EXT4: namei.c: Fixed a typo > EXT4: inline.c: A typo fixed > Fix a typo > EXT4: indirect.c: A trivial typo fix > EXT4: xattr.c: Mundane typo fix > EXT4: fast_commit.c: A mere typo fix > EXT4: mballoc.h: Single typo fix > > fs/ext4/fast_commit.c | 2 +- > fs/ext4/indirect.c | 2 +- > fs/ext4/inline.c | 2 +- > fs/ext4/inode.c | 2 +- > fs/ext4/mballoc.h | 2 +- > fs/ext4/migrate.c | 6 +++--- > fs/ext4/namei.c | 8 ++++---- > fs/ext4/xattr.c | 2 +- > 8 files changed, 13 insertions(+), 13 deletions(-) I've applied this patch series folded together into a single patch. - Ted