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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 E9B1AC4361B for ; Sun, 6 Dec 2020 05:20:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B759720796 for ; Sun, 6 Dec 2020 05:20:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725933AbgLFFTY (ORCPT ); Sun, 6 Dec 2020 00:19:24 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:9385 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgLFFTX (ORCPT ); Sun, 6 Dec 2020 00:19:23 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CpZTZ5M3qz78Jf; Sun, 6 Dec 2020 13:18:10 +0800 (CST) Received: from [127.0.0.1] (10.174.177.9) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Sun, 6 Dec 2020 13:18:34 +0800 Subject: Re: [PATCH 1/1] dt-bindings: eliminate yamllint warnings To: Mark Brown CC: Rob Herring , Michael Turquette , Stephen Boyd , Shawn Guo , Sascha Hauer , "Pengutronix Kernel Team" , Fabio Estevam , "NXP Linux Team" , David Airlie , "Daniel Vetter" , Sumit Semwal , "Thierry Reding" , Sam Ravnborg , "Hans Verkuil" , Mauro Carvalho Chehab , Sakari Ailus , "Ricardo Ribalda" , Ulf Hansson , "Matthias Brugger" , Liam Girdwood , linux-clk , devicetree , linux-arm-kernel , linux-kernel , dri-devel , linux-media , linux-mmc , linux-mediatek , alsa-devel References: <20201204024226.1222-1-thunder.leizhen@huawei.com> <20201204024226.1222-2-thunder.leizhen@huawei.com> <20201204174135.GC4558@sirena.org.uk> From: "Leizhen (ThunderTown)" Message-ID: <323edb53-71a7-ba81-17b9-704ae3e7a7a1@huawei.com> Date: Sun, 6 Dec 2020 13:18:31 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20201204174135.GC4558@sirena.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/12/5 1:41, Mark Brown wrote: > On Fri, Dec 04, 2020 at 10:42:26AM +0800, Zhen Lei wrote: >> All warnings are related only to "wrong indentation", except one: >> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml:4:1: \ >> [error] missing document start "---" (document-start) > > It would make life easier (and be more normal practice) to split this up > by driver/subsystem and send a bunch of separate patches to the relevant > maintainers, this makes it much easier to review and handle things. Okay, I'll split this patch and send them separately. I'm not going to mark the new patches as v2 to save trouble. >