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 985FFC4332F for ; Thu, 6 Oct 2022 20:38:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232221AbiJFUiy (ORCPT ); Thu, 6 Oct 2022 16:38:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232195AbiJFUiv (ORCPT ); Thu, 6 Oct 2022 16:38:51 -0400 Received: from mail-oa1-f42.google.com (mail-oa1-f42.google.com [209.85.160.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87B21C707B; Thu, 6 Oct 2022 13:38:45 -0700 (PDT) Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-1326637be6eso3508935fac.13; Thu, 06 Oct 2022 13:38:45 -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=Agu6xG9VX3rjcsAKBUx4ZF4C52KkIIwQ0G2A3pvuDCo=; b=7owst/iUGKYyxhvi4suX2ipPjJcG6DsldghvUCeP+CmNM+tgvqSzI2/eDE4xBlHf7E 7b87qxCBm85VfSZmnoWDuR74l+ReuXyS9lv/IwCsP5r0Ar3v8bC2SDM5/kOGgaRHR36L 2rbgsPFe6cN71JFF4J7kakmfzWIs/Q3OF/udQESME9qn/PZRH8TYigelEGmCiI0MhjDa 37OPH70DuHQlUViiBiz4CHprY/lpSRVdj9MPfI41qU7r+RFZIkFAWQ/XqjGUpUY4iZLn sDdgbaDPVr4CZ5aB1suvLoklvux/AfVb133sQywDyTfG3QRvlmUOYjVwvhUlojjSdBqU qThg== X-Gm-Message-State: ACrzQf3W9flRZXol0MpVnOd94cIAfFV+MT0s2ORRG39/mULLAkTs4hoj bhKuuzGsXUqAt3II8RvzUw== X-Google-Smtp-Source: AMsMyM6o5cRKoQPZCGj3WkTzJxl76sriwibaJfa/3ne/4ifi9ID7xj+mVw0NzuhIAITpqFl7xIL+KQ== X-Received: by 2002:a05:6870:c58b:b0:131:9324:60fd with SMTP id ba11-20020a056870c58b00b00131932460fdmr6704022oab.154.1665088724555; Thu, 06 Oct 2022 13:38:44 -0700 (PDT) Received: from robh_at_kernel.org ([2607:fb90:8a65:c536:245:842:a3a4:9017]) by smtp.gmail.com with ESMTPSA id ep26-20020a056870a99a00b00131c3d4d38fsm329176oab.39.2022.10.06.13.38.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 13:38:44 -0700 (PDT) Received: (nullmailer pid 117019 invoked by uid 1000); Thu, 06 Oct 2022 20:38:42 -0000 Date: Thu, 6 Oct 2022 15:38:42 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Konrad Dybcio , Andy Gross , Martin Botka , krishna Lanka , Stephan Gerhold , Vinod Koul , linux-arm-msm@vger.kernel.org, Rob Herring , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Shawn Guo , Srinivas Kandagatla , Iskren Chernev , Linus Walleij , Bjorn Andersson , linux-kernel@vger.kernel.org Subject: Re: [PATCH 22/34] dt-bindings: pinctrl: qcom,sc8280xp: minor style cleanups Message-ID: <166508872155.116957.15264829020356164782.robh@kernel.org> References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> <20221006140637.246665-23-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006140637.246665-23-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 06 Oct 2022 16:06:25 +0200, Krzysztof Kozlowski wrote: > Drop "binding" from description (and align it with other Qualcomm > pinctrl bindings), use double quotes consistently and drop redundant > quotes. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > Acked-by: Rob Herring