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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EACCEC433EF for ; Wed, 30 Mar 2022 02:57:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Zc1as5Ns+KhzI6FW3VbEzS0ovmVChIs0DAzcrf0ZrkU=; b=JO+8mFLtysP9iJ TjlR9Sdu/z2Cv+Rbo5CBoDiyr5QcnH1XiBPP5Guo1qpYsK4iA1jq7fpAeSJawJKMCpNTN+b4yRZw8 NgQVbLgrowGUHEShJlAVU3S0DDaFcddl3YPMU0Ynkq7ebHlBATON9RwO6U3FifkYcRscg/SCcHjfo 2l9oiaUh8HwyqFIljAMgIwXtA75alb8pVhgtgvaR6uHsBdgPJ2tC56jk1H+e0Rc67ZpL20XoydWtO Wkpar4YQcNEVCYmWUb3bW4HYjzmT4fTSE0Tr2tevs7yRS7IDtVR7E/S6HYX+RV0wocemBj4z/Sux1 GM3yGvfBbripLNGoXpvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZOVE-00E4Kh-HO; Wed, 30 Mar 2022 02:56:08 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZOVA-00E4KD-Hf; Wed, 30 Mar 2022 02:56:06 +0000 X-UUID: 16946b657a22433e8bf9061e19bacc11-20220329 X-UUID: 16946b657a22433e8bf9061e19bacc11-20220329 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 2043842547; Tue, 29 Mar 2022 19:55:59 -0700 Received: from MTKMBS07N2.mediatek.inc (172.21.101.141) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 29 Mar 2022 19:55:58 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 30 Mar 2022 10:55:56 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 30 Mar 2022 10:55:56 +0800 Message-ID: Subject: Re: [PATCH v12 1/3] dt-bindings: mmc: mtk-sd: fix yamllint error From: Tinghan Shen To: AngeloGioacchino Del Regno , Chaotian Jing , Ulf Hansson , Rob Herring , "Krzysztof Kozlowski" , Matthias Brugger , Wenbin Mei CC: , , , , , , , , Date: Wed, 30 Mar 2022 10:55:56 +0800 In-Reply-To: <97f2b11d-15c7-d28e-f7b5-e65f2f333580@collabora.com> References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-2-tinghan.shen@mediatek.com> <97f2b11d-15c7-d28e-f7b5-e65f2f333580@collabora.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_195604_630012_B6E0A639 X-CRM114-Status: GOOD ( 15.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Angelo, On Tue, 2022-03-29 at 14:47 +0200, AngeloGioacchino Del Regno wrote: > Il 29/03/22 13:45, Tinghan Shen ha scritto: > > Documentation/devicetree/bindings/mmc/mtk-sd.yaml > > 54:81 error line too long (95 > 80 characters) (line-length) > > > > I can't reproduce this error that you're getting... this commit is not > necessary, as the .yamllint file in the kernel allows a maximum line-length > of 110 characters. > > rules: > line-length: > # 80 chars should be enough, but don't fail if a line is longer > max: 110 > > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/Documentation/devicetree/bindings/.yamllint?h=next-20220329__;!!CTRNKA9wMg0ARbw!1L9icT80FdI9EYV81qRGpzbEvV1NFP_pwk8YABV0eIiRf2ppttnPlRfu5aXEUsxODiE$ > > > Please drop this commit. Thank you for your feedback. I figured out why I have this error... It's because I do the yamllint outside of the bindings folder and not specify the yamllint config file. I'll drop this at next version. Best regards, Tinghan > > > Signed-off-by: Tinghan Shen > > --- > > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel