Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4117299img; Tue, 26 Mar 2019 03:24:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqya9W3d5Ke5/rtyH1qaB7Ch2P1UXQ94NCrYuOvi9fJmdzN/oZzOAW+f4+viOuTmSVITZKZj X-Received: by 2002:a17:902:2848:: with SMTP id e66mr31010576plb.181.1553595843894; Tue, 26 Mar 2019 03:24:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553595843; cv=none; d=google.com; s=arc-20160816; b=r+RriZTRwWXRUpo8N3v6gux07gXYxlfKNt8D475T/1vft/dM0LB/ZVrDr5QkMMFc8I HRviUHyBuErBAHGZfICcHanIE1YM/2Rha3wCplFi8w69SqtPITBowzTFvbFQmcRAK5d2 MJpgNNZ0daSaxUz5+tmgZUcEynf5FZKj41JtY5r4E/FEZTjd+N01GPdqEhlpEDr5+Je3 c2yPFiaysY9o8Hq/XWcLCYjyU+WYibj8ngAP/oZfctDrirU7l/xirAmqws7TpniPYcmb NXIUMkPqA20ItqLe/7WFd+ZVqBoJm/gs8ErGG28e3gGtP9X4l5eDNCr4aob/H35RcUzF MdDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=W/BrwOOUz5aps7N5VMr8qQ0SP67k3MKN1fuGq8La0ic=; b=h1nSwAzwg8+VfC+unhSwPgrzOySCXA9SVCjnj0dUSHKShLQhyD1LTfNHu35Htzgy2l hUgbCHz11eTWuPlreHu04yje7nWNTiy1fm8JOxkGGkqDXkqhrA7BgWueW6NgDPuvDU7X Vnd+xx5jnCRMQRQPPx/YbwHNe7u7CTXkecqXHWhHv20vidIO4gVT4Xm0hsZ6y6v7ceOU 4zIpefSoV+ZHKqy7hHe2L8DzDC1sfELGz7xvkVaqf5CiWIpvXHNlbj8j5K4dxiHAmzmg nevfzHpU973EfuI95yuOF5Zt/Sgdd6ZBcNie7xcXmr53m/xiuvB7+dewwtR0tZYsT9wx qeeQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n4si15210423pgq.198.2019.03.26.03.23.48; Tue, 26 Mar 2019 03:24:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726645AbfCZKVv (ORCPT + 99 others); Tue, 26 Mar 2019 06:21:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:51638 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726111AbfCZKVv (ORCPT ); Tue, 26 Mar 2019 06:21:51 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D6969AD3E; Tue, 26 Mar 2019 10:21:49 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 249441E42D1; Tue, 26 Mar 2019 11:21:49 +0100 (CET) Date: Tue, 26 Mar 2019 11:21:49 +0100 From: Jan Kara To: Sascha Hauer Cc: linux-kernel@vger.kernel.org, Jan Kara , kernel@pengutronix.de Subject: Re: [PATCH] quota: remove trailing whitespaces Message-ID: <20190326102149.GR8308@quack2.suse.cz> References: <20190326075431.14198-1-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190326075431.14198-1-s.hauer@pengutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 26-03-19 08:54:31, Sascha Hauer wrote: > This removes all trailing whitespaces in fs/quota/. > > Signed-off-by: Sascha Hauer Thanks. Applied. Honza > --- > fs/quota/dquot.c | 10 +++++----- > fs/quota/quota_v1.c | 2 +- > fs/quota/quota_v2.c | 2 +- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c > index fc20e06c56ba..0036d27206a8 100644 > --- a/fs/quota/dquot.c > +++ b/fs/quota/dquot.c > @@ -9,7 +9,7 @@ > * on the Melbourne quota system as used on BSD derived systems. The internal > * implementation is based on one of the several variants of the LINUX > * inode-subsystem with added complexity of the diskquota system. > - * > + * > * Author: Marco van Wieringen > * > * Fixes: Dmitry Gorodchanin , 11 Feb 96 > @@ -51,7 +51,7 @@ > * Added journalled quota support, fix lock inversion problems > * Jan Kara, , 2003,2004 > * > - * (C) Copyright 1994 - 1997 Marco van Wieringen > + * (C) Copyright 1994 - 1997 Marco van Wieringen > */ > > #include > @@ -197,7 +197,7 @@ static struct quota_format_type *find_quota_format(int id) > int qm; > > spin_unlock(&dq_list_lock); > - > + > for (qm = 0; module_names[qm].qm_fmt_id && > module_names[qm].qm_fmt_id != id; qm++) > ; > @@ -2397,7 +2397,7 @@ static int vfs_load_quota_inode(struct inode *inode, int type, int format_id, > out_fmt: > put_quota_format(fmt); > > - return error; > + return error; > } > > /* Reenable quotas on remount RW */ > @@ -2775,7 +2775,7 @@ int dquot_get_state(struct super_block *sb, struct qc_state *state) > struct qc_type_state *tstate; > struct quota_info *dqopt = sb_dqopt(sb); > int type; > - > + > memset(state, 0, sizeof(*state)); > for (type = 0; type < MAXQUOTAS; type++) { > if (!sb_has_quota_active(sb, type)) > diff --git a/fs/quota/quota_v1.c b/fs/quota/quota_v1.c > index 7ac5298aba70..9f2b2573b83c 100644 > --- a/fs/quota/quota_v1.c > +++ b/fs/quota/quota_v1.c > @@ -127,7 +127,7 @@ static int v1_check_quota_file(struct super_block *sb, int type) > { > struct inode *inode = sb_dqopt(sb)->files[type]; > ulong blocks; > - size_t off; > + size_t off; > struct v2_disk_dqheader dqhead; > ssize_t size; > loff_t isize; > diff --git a/fs/quota/quota_v2.c b/fs/quota/quota_v2.c > index a73e5b34db41..3c30034e733f 100644 > --- a/fs/quota/quota_v2.c > +++ b/fs/quota/quota_v2.c > @@ -78,7 +78,7 @@ static int v2_check_quota_file(struct super_block *sb, int type) > struct v2_disk_dqheader dqhead; > static const uint quota_magics[] = V2_INITQMAGICS; > static const uint quota_versions[] = V2_INITQVERSIONS; > - > + > if (v2_read_header(sb, type, &dqhead)) > return 0; > if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] || > -- > 2.20.1 > > -- Jan Kara SUSE Labs, CR