Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9309345ybi; Wed, 10 Jul 2019 08:08:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqyy2RPFPjvR77u6brEhu+upXAgDjKcLJZG6iLpkYZI4cQzDOFeNaXU4wB+QnGWGr0uDBj1u X-Received: by 2002:a65:5888:: with SMTP id d8mr37056871pgu.124.1562771306548; Wed, 10 Jul 2019 08:08:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562771306; cv=none; d=google.com; s=arc-20160816; b=eS00A6TZSV8tIfPL4wUWZ2SU8pgSsUDUzaVdjUpjVZ4jPYQHf+waxT348q//RqJnNW rIvBqoV5R3iIcWC+JWufL4mE/Z0TbUZlJXcggtNlr4ZkmrPSTGzK5eFTSKnCtPLWGzTK GLAwBocuWmsG3ecF2Hi8Au6wjxueMZHZhHjFhKHG0feC9jPXAj4/Iu1Stbl2F1PeMBoZ ZfOSUj0mFNx9ZVYA3ozVnBR42xOODdKSzFARGwvGnQ+n7nLtkDeQB5PKNdraJWl5Y8O1 d/rdkRrc0vbf2VuesmfXPsD98S4K7yjuFv6I0cmg/8X3cUB6C3/n0Nrnu8BnXPYWekJH v34Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=74LvAteQxiyszCvLFQA9FbqWQJzsuTx9vgVOK9CfeOs=; b=EsEBsCW4pgCkqGZQydyVDYknvjrL09opD+Oj93VLc7zw3UNp+53y2dy9QSdBvDSMjA mCciXjV+D4MVdEKARAVZ0W2XfWQnYc0bsoikx2jVQ/FpvHr3j6l+W38saBGCTceoA977 LflKgdPGpvRQJdjAN63CBEfkifqh5VK3KYM4wz+nxDwrmlX3zayLGxXK13FV3ifccFFL Mc4jGIfuGtJ/BRDmyEctBKi7yi4WOXtfLyLsmwce8c1HV1y8h43qRL734r7KAGBhw3mR CP7k9U5L4I2O+RaHvL/rbI+DxbyPv0VM0OJ8E75/6DdLgrkPzHnpSFKN3cD8BfZX7Eil YVwA== 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 j37si2372408plb.58.2019.07.10.08.08.11; Wed, 10 Jul 2019 08:08:26 -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 S1727992AbfGJPGl convert rfc822-to-8bit (ORCPT + 99 others); Wed, 10 Jul 2019 11:06:41 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:56619 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727412AbfGJPGl (ORCPT ); Wed, 10 Jul 2019 11:06:41 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 17201151-1500050 for multiple; Wed, 10 Jul 2019 16:05:53 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Janusz Krzysztofik , intel-gfx@lists.freedesktop.org From: Chris Wilson In-Reply-To: <20190710145955.16104-1-janusz.krzysztofik@linux.intel.com> Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , =?utf-8?q?Micha=C5=82_Wajdeczko?= , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Janusz Krzysztofik References: <20190710145955.16104-1-janusz.krzysztofik@linux.intel.com> Message-ID: <156277115126.4055.4509642156764653822@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [RFC PATCH] drm/i915: Join quoted strings and align them with open parenthesis Date: Wed, 10 Jul 2019 16:05:51 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Janusz Krzysztofik (2019-07-10 15:59:55) > Follow dim checkpatch recommendations so it doesn't complain now and > again on consistent modifications of i915_params.c This is one where we've considered the merits of not rigorously applying checkpatch.pl and adopted a different convention. -Chris