Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp472703ybg; Sun, 26 Jul 2020 10:23:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyz+GCwnKQcRrVvqeRLkmeMzKbwpyHI6N0xaRii9oHJBY3pJ+x9kxYyc4xwC+147jGalqAA X-Received: by 2002:a17:906:28d7:: with SMTP id p23mr18417696ejd.195.1595784182419; Sun, 26 Jul 2020 10:23:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595784182; cv=none; d=google.com; s=arc-20160816; b=KFbgbpH49td8/KLCNXK0Dl0X2+BL2kEbImAZ9YYHx/MtTryWL50cu+DL1PrJ3Ecmxe GS5DZdDD6jvgHTWE1dMAYCUvfXg0pIMOWpmffpYMmQsffEh34nUy9ussfHsuDfbkw4Yq rvUKbUM4v5I7QytHX3E5nt8kEvjbMEVRfc0pNz4l1BR7dVhPxC5Ck7FQBMlH14oo+eP6 JwKDJCl8q8y2r8EXdSZW0lw8mdUIZ0k3qscqpwaHu/V2gQJQXWrc56bMCBcS1/WhbIQB ScfdwJTdp4RMpPilVCSiXyyR4bFAdkDbbJIicAYoTKkb70I+PfJt56GDwJYPMh3zbXiE mYuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=wtQ6WGPs9nxsbf3XChlb4EbsXFiezQm6xcnDU8pJnNk=; b=I8Tcn5ahB7aNWTwGluTssx0ro1ElGXLtqXiMogx9MUfdR4UbBnYrfej5Z3r6GiNcs+ 5GFbA4LBlpnRTsBz4LABg5lpOwrmx5SIT+H7ZE4uHAAMSXIs1GZhARCZV3o+JQDXfdFj d0UMIGrAnF3CjDWJ8Uq8TPNGvs1JNxdu9sIZb0KguFXoYLugYgheXQKRPozJITPmfjEP kb/KWyxpA6ykydE1tNk5gGH7NwTFnQI85Ec76Px1d702+c/O2Mvlgr/OGdgYH5M28yk/ c9pWhwF6lEe+lKvqhALBVg+iE3RR0TsTNDzjIKvh2XS/yVWuw29a6bffizmgkgVPgSwC k8fw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 ds12si5027381ejc.147.2020.07.26.10.22.37; Sun, 26 Jul 2020 10:23:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbgGZRVi (ORCPT + 99 others); Sun, 26 Jul 2020 13:21:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726174AbgGZRVi (ORCPT ); Sun, 26 Jul 2020 13:21:38 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C626C0619D2 for ; Sun, 26 Jul 2020 10:21:38 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzkKj-0037Ru-Pn; Sun, 26 Jul 2020 17:21:09 +0000 Date: Sun, 26 Jul 2020 18:21:09 +0100 From: Al Viro To: zhouchuangao Cc: linux@dominikbrodowski.net, pc@cjr.nz, axboe@kernel.dk, dhowells@redhat.com, linux-kernel@vger.kernel.org, zhouchuangao Subject: Re: [PATCH] init/do_mounts: fix a coding style error Message-ID: <20200726172109.GV2786714@ZenIV.linux.org.uk> References: <1594710178-27825-1-git-send-email-zhouchuangao@xiaomi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1594710178-27825-1-git-send-email-zhouchuangao@xiaomi.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 14, 2020 at 03:02:58PM +0800, zhouchuangao wrote: > Fix code style errors reported by scripts/checkpatch.pl. NAKed-because: excessive deference to checkpatch.pl It's not a holy oracle than needs to be appeased, no questions asked. Reference to it is absolutely insufficient reason for _anything_ - in effect your commit message could've been "just because" for all the information it contains.