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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DD2DC433F5 for ; Thu, 6 Oct 2022 20:39:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231922AbiJFUjo (ORCPT ); Thu, 6 Oct 2022 16:39:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232227AbiJFUjS (ORCPT ); Thu, 6 Oct 2022 16:39:18 -0400 Received: from mail-oa1-f41.google.com (mail-oa1-f41.google.com [209.85.160.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69CA7FF8D9; Thu, 6 Oct 2022 13:39:17 -0700 (PDT) Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-132af5e5543so3531906fac.8; Thu, 06 Oct 2022 13:39:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=NEX1bGbryJRy1vf48KLKroQDe2aZ5gee++0YZwKCRCA=; b=1HxA7ozXRycMQnMCI1lUCJjwr25EvrTEEJVOZSIowyY6afzxQEMT7JT8vS1JjwKsq2 FZDEOd4UclbXGYI09yNow9/O+4yKtC8qUSLKq7hzU3a1q8aUUA4dO5/qi9mX4QCTVj24 0anZIvyAaDDOlt+o/QJ+4jFekgoMfuc1hlYxoPHPtByTLtyJ76bEy64lnEg7INFP1xm3 Vxzfi43lHoUovsqyHaf6vr4US1PTg5Wyuol9Os906u2PjtUrX9u8fdj5aor4iUVYFlho gwSrweFtU5jN0P09V2MShUt8LuyTkkIGIJ4lUGjRom7v1pASWOfl1vZHlixzGWaSZywz LEVw== X-Gm-Message-State: ACrzQf2q7GcnZywyNuk9dBa+KyvpIBn7P4BVi+KFz80M9QQFBVRzHdCq Aq08WH+AgaKqRn8rAOyktg== X-Google-Smtp-Source: AMsMyM6CQGieP7qJHGoH2CLNqQk0py/WYuP6czsfyCGfbELqDckps4uRIVVGt0TW+sfOBrHzvsLIeQ== X-Received: by 2002:a05:6870:d607:b0:132:7c31:1bc9 with SMTP id a7-20020a056870d60700b001327c311bc9mr856636oaq.131.1665088756665; Thu, 06 Oct 2022 13:39:16 -0700 (PDT) Received: from robh_at_kernel.org ([2607:fb90:8a65:c536:245:842:a3a4:9017]) by smtp.gmail.com with ESMTPSA id x2-20020a544002000000b003504805a618sm66995oie.45.2022.10.06.13.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 13:39:16 -0700 (PDT) Received: (nullmailer pid 117659 invoked by uid 1000); Thu, 06 Oct 2022 20:39:13 -0000 Date: Thu, 6 Oct 2022 15:39:13 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Andy Gross , linux-gpio@vger.kernel.org, krishna Lanka , Martin Botka , Stephan Gerhold , linux-arm-msm@vger.kernel.org, Iskren Chernev , linux-kernel@vger.kernel.org, Linus Walleij , Krzysztof Kozlowski , Shawn Guo , devicetree@vger.kernel.org, Vinod Koul , Srinivas Kandagatla , Rob Herring , Konrad Dybcio , Bjorn Andersson Subject: Re: [PATCH 24/34] dt-bindings: pinctrl: qcom,sm6125: minor style cleanups Message-ID: <166508875275.117607.11086220631634834194.robh@kernel.org> References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> <20221006140637.246665-25-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006140637.246665-25-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 06 Oct 2022 16:06:27 +0200, Krzysztof Kozlowski wrote: > Drop "binding" from description (and align it with other Qualcomm > pinctrl bindings), drop redundant minItems, use double quotes > consistently and drop redundant quotes. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,sm6125-pinctrl.yaml | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > Acked-by: Rob Herring