Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp499914pxv; Wed, 30 Jun 2021 10:21:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdHSwuvvO1p+f5tkuay/aNLba2iV4njN7N/AJqr2IvZdHimexwusLndm53ga/Rv9ZqrmR5 X-Received: by 2002:a05:6402:40c2:: with SMTP id z2mr24869392edb.134.1625073663800; Wed, 30 Jun 2021 10:21:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625073663; cv=none; d=google.com; s=arc-20160816; b=BsKGQkfqcnsshimEXlh0v5Ifuhm/U7dJ5mFzHjQRBWgsbNBQl7h3QPwOOoyjPoaD7x P8AuKfIVFTMcMTAlS/NcNT+KE62a9E736E7bAJKLquJ3Vzh/Ns/AObbecxOYg/AZ38i1 xhU8JS0KndEqFnDurB/UU6DbXPcuZcnzfTB3tTdlB+InvAHM6ODZMN/yLdeRI5wzjdpi HsAd/LcCjlr1R903PI1ZeLTUkHVIj+g4q3NmpEE2RIc9mcEwtbM7sp8Lor62q8dxBbhP B0IHxLOYsPNxKYfBTXBI/bWK3VcU+pdPOkQdVM6jol+239X4PKVrb7TRIHpfaTHh/p46 jcng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=l29l7DDpK1tikLw9QMYmhfyylgyYWcPREt7IyHCbCgY=; b=sDlv3tSih1b6cknk/d+qo9vkFF0duSVqXV0kyQX5iz1DvjGmlLs+5gkpANNIn6532X WJuPV4NAaWvWo0d8n3c8CgVB0AVOGhm6BnBEjFr4rTwx1VZWC393fOztU/YwuPWWJl5u gwd4B7Bv6qsNpA8WJTav/oRaTzh2ZYnEA8aKFISSGpPbnfRiDqJsuLgMRjMEPKzeR75i GV+Ag5OFOwmuzgWoEO/Gr34f5lvEYNh8r10qEYwMzdSTdcTTRRfKao8wMKAbSO889MPm NA181VXOZL3CiYrUHe8DSv/NE96Pl9WTU1GFl32byMWVwLrvxBUXsEJ7FUYPDYYJitO+ wAMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ht7si12475867ejc.413.2021.06.30.10.20.29; Wed, 30 Jun 2021 10:21:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232631AbhF3RV6 (ORCPT + 99 others); Wed, 30 Jun 2021 13:21:58 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:42376 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229963AbhF3RV5 (ORCPT ); Wed, 30 Jun 2021 13:21:57 -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 15UHJO6x024330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Jun 2021 13:19:25 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 64BEF15C3C8E; Wed, 30 Jun 2021 13:19:24 -0400 (EDT) Date: Wed, 30 Jun 2021 13:19:24 -0400 From: "Theodore Ts'o" To: Ritesh Harjani Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 8/9] common/attr: Cleanup end of line whitespaces issues Message-ID: References: <9c2d87969d29f34e0939fa3a524886e343fb96bb.1623651783.git.riteshh@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9c2d87969d29f34e0939fa3a524886e343fb96bb.1623651783.git.riteshh@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jun 14, 2021 at 11:58:12AM +0530, Ritesh Harjani wrote: > This patch clears the end of line whitespace issues in this file. > Mostly since many kernel developers also keep this editor config to clear > any end of line whitespaces on file save. > > Signed-off-by: Ritesh Harjani Reviewed-by: Theodore Ts'o