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 5D714C678D5 for ; Wed, 8 Mar 2023 20:42:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230366AbjCHUmr (ORCPT ); Wed, 8 Mar 2023 15:42:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230151AbjCHUmq (ORCPT ); Wed, 8 Mar 2023 15:42:46 -0500 Received: from mail-ot1-f54.google.com (mail-ot1-f54.google.com [209.85.210.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85D1B1F91A; Wed, 8 Mar 2023 12:42:45 -0800 (PST) Received: by mail-ot1-f54.google.com with SMTP id m25-20020a05683026d900b006941a2838caso9701855otu.7; Wed, 08 Mar 2023 12:42:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678308165; h=in-reply-to:content-transfer-encoding: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=Bx+D/aRg96Xv1xhHfuRNJtHE/XSALiBjprbVX5obgUQ=; b=rxQW0f5eIhURPWzSXRSyjSVNKFitYo26dPH05Kc188yNwXPVAsUJZVvrRE7yuFzWV7 S+UpO7FEhOE9uUBeQivc0MbPtGnHXEoTg0KEgYDfWG+NT/5koebXSJmKyXS9QzIkMlus x0afi4fdLVzi3ivzvigR3TMiDqBhGDPaTFO02n0nv5B8ixGp4DMBQcHEHqhYPms5JhPh 9Vy1Ypdf0lMsqSvUQo+wnxigZS0N/xc9hL7u7SoSGWbuskfMev8U1si9acd0ECpa0FS6 rHEsBGJhT7NmuipiW9pRlvb3+OkdbZBZIodf6ruyAhYklaPIrmR+CMIQU6xjMV+GuP47 Qtbw== X-Gm-Message-State: AO0yUKV+TuoTbMDZ7wpJS2mvMQAEBVZkwQ/eCUjPmBnGoySCdWW4KIuO rPmejdI4isI8u41h+L6ySdcIHqMWsA== X-Google-Smtp-Source: AK7set/6BsPdujjJq8G0YkPgYq2OeOO2li/rSi30P2jJIG98XFB0DpAns146xxM0NNpmfpFIsy83JQ== X-Received: by 2002:a05:6830:565:b0:694:88f5:f5ed with SMTP id f5-20020a056830056500b0069488f5f5edmr2829378otc.24.1678308164741; Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k3-20020a9d4b83000000b00690e6d56670sm6980752otf.25.2023.03.08.12.42.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: (nullmailer pid 3744004 invoked by uid 1000); Wed, 08 Mar 2023 20:42:43 -0000 Date: Wed, 8 Mar 2023 14:42:43 -0600 From: Rob Herring To: arinc9.unal@gmail.com Cc: Linus Walleij , Krzysztof Kozlowski , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sergio Paracuellos , Matthias Brugger , Sean Wang , William Dean , Daniel Golle , Daniel Santos , Luiz Angelo Daros de Luca , Frank Wunderlich , Landen Chao , DENG Qingfang , Sean Wang , erkin.bozoglu@xeront.com Subject: Re: [PATCH 07/20] dt-bindings: pinctrl: ralink: improve bindings Message-ID: <20230308204243.GA3735537-robh@kernel.org> References: <20230303002850.51858-1-arinc.unal@arinc9.com> <20230303002850.51858-8-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230303002850.51858-8-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Mar 03, 2023 at 03:28:36AM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Move additionalProperties to the top. It's easier to read than after a long > indented section. > > Drop the quotes from the referred schemas. Not the greatest subject as every change improves something and bindings is stated twice. Hard to come up with something better since you've combined 2 different kinds of changes which you shouldn't do either. So I'd split this patch into 2. > > Signed-off-by: Arınç ÜNAL > --- > .../bindings/pinctrl/ralink,mt7620-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,mt7621-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt2880-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt305x-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt3883-pinctrl.yaml | 9 ++++----- > 5 files changed, 20 insertions(+), 25 deletions(-) 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 EB34DC64EC4 for ; Wed, 8 Mar 2023 20:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Bx+D/aRg96Xv1xhHfuRNJtHE/XSALiBjprbVX5obgUQ=; b=aO66RVJtJeqhQnnpaowECKL8PP HyLMRuXyFeOYOfWM8c2yB1pmr7MfpKI+Tgzjy4BG/zQofgvllUzS67BDAmh5pNeAyC58oFTOJGT2o DfcnmxCkNwvp2qq4EmSn9h9IvnhorIZGP4LZsH4TVdgQsgupyRRn2CdUOfklD0D+nZQQeVWn7KLlj kbkGI8dHAsvHwcBqlbvDqa2WOB/vZLjg6HWC2M3kHcTxt18+7eCCbqBJkkPYaRfZ8/ciVSdoWnSlq y2q3V+EAcstNAlYnH/v8FZuqqBLgR8QMx09bPOsQw3gae6XdAxLP8WnoELGXU1nE0ss/InE5PQvPh Dql+JG3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pa0cc-006hjk-MS; Wed, 08 Mar 2023 20:42:50 +0000 Received: from mail-ot1-f45.google.com ([209.85.210.45]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pa0cZ-006hiV-Rl; Wed, 08 Mar 2023 20:42:49 +0000 Received: by mail-ot1-f45.google.com with SMTP id r23-20020a05683001d700b00690eb18529fso9705415ota.1; Wed, 08 Mar 2023 12:42:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678308165; h=in-reply-to:content-transfer-encoding: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=Bx+D/aRg96Xv1xhHfuRNJtHE/XSALiBjprbVX5obgUQ=; b=WchtdCD+DGMkju2wGt4RuiF5oN/l+xCRu+lg8JcdDhriTuFvId82orWBKMg81j8z9J eu/t5ve/CDIUQvlko8rPf0yQhnk8dAVnZimm7iDPSgUmkVWU1DZWYugZssqXZwNyXih1 4EebxO5t87v0ZBh/AapDTK6XgVs7+EHi9e5vVr/eVDke5nQkNGa8Ozw754qQozz5rJ1c xoM0AiOowp4UlojqL7kLege6mml7gNT+Y+EYQj2XcBSjIrGkA2mRAL9bYf0Fi491BHzS qmys9oL69ZDDJxKyN5e0doP5NxpqQQvFJyt4WDS3QmRES7cy9PyhqkqJ9yk5amD95GWR uwdA== X-Gm-Message-State: AO0yUKXwAoexST2e2Ce6YqMvALhWc/hzOvJaA2WbT5KVsJtCLJ75NAUb +3yUsK4z+NjRr0Z0ji+dZg== X-Google-Smtp-Source: AK7set/6BsPdujjJq8G0YkPgYq2OeOO2li/rSi30P2jJIG98XFB0DpAns146xxM0NNpmfpFIsy83JQ== X-Received: by 2002:a05:6830:565:b0:694:88f5:f5ed with SMTP id f5-20020a056830056500b0069488f5f5edmr2829378otc.24.1678308164741; Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k3-20020a9d4b83000000b00690e6d56670sm6980752otf.25.2023.03.08.12.42.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: (nullmailer pid 3744004 invoked by uid 1000); Wed, 08 Mar 2023 20:42:43 -0000 Date: Wed, 8 Mar 2023 14:42:43 -0600 From: Rob Herring To: arinc9.unal@gmail.com Subject: Re: [PATCH 07/20] dt-bindings: pinctrl: ralink: improve bindings Message-ID: <20230308204243.GA3735537-robh@kernel.org> References: <20230303002850.51858-1-arinc.unal@arinc9.com> <20230303002850.51858-8-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230303002850.51858-8-arinc.unal@arinc9.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230308_124247_915279_F7CAB0DD X-CRM114-Status: GOOD ( 11.73 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Sean Wang , DENG Qingfang , Sergio Paracuellos , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Daniel Santos , Linus Walleij , Sean Wang , Luiz Angelo Daros de Luca , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, William Dean , linux-mediatek@lists.infradead.org, Krzysztof Kozlowski , Daniel Golle , Matthias Brugger , Landen Chao , erkin.bozoglu@xeront.com, linux-arm-kernel@lists.infradead.org Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Fri, Mar 03, 2023 at 03:28:36AM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Move additionalProperties to the top. It's easier to read than after a long > indented section. > > Drop the quotes from the referred schemas. Not the greatest subject as every change improves something and bindings is stated twice. Hard to come up with something better since you've combined 2 different kinds of changes which you shouldn't do either. So I'd split this patch into 2. > > Signed-off-by: Arınç ÜNAL > --- > .../bindings/pinctrl/ralink,mt7620-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,mt7621-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt2880-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt305x-pinctrl.yaml | 9 ++++----- > .../bindings/pinctrl/ralink,rt3883-pinctrl.yaml | 9 ++++----- > 5 files changed, 20 insertions(+), 25 deletions(-) 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 1122BC678D5 for ; Wed, 8 Mar 2023 20:43:44 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sP3uCgb/mpDeHCRBUkq7aZThPLbRsJhB6kxBWb8nYAc=; b=BeOeLCZ9PhpP19 f52ZphYHYv4Nwt8lTL7XFmqahkmUw1fSBYc01rrvyI8DNFizgXBK3aVMzKrK0YXICMOsnmScxOEad OcuUuiFHQYom+QsYq0VK7RqH8I3H9Y3Nrt5E130e8GqPI5JPFVj8exXRjw8fq+u25CoQTGYB5RYfT JfaEUo4yG9Ufer5vT/JWR27RNZvACYvPMI91mTSZe3TkZxENsJY3i0ryjfNtOx4gG3DDld1Txnos7 VLo1/FtcMpdxeIcSb8QKn1nNFoqcLSWjpaJN31tGEmJubGZDky96+lapK5W2lwAg9DAvpupAxo8OD iM2L7SrLCwzK7drmGECg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pa0cd-006hkA-Mj; Wed, 08 Mar 2023 20:42:51 +0000 Received: from mail-ot1-f45.google.com ([209.85.210.45]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pa0cZ-006hiV-Rl; Wed, 08 Mar 2023 20:42:49 +0000 Received: by mail-ot1-f45.google.com with SMTP id r23-20020a05683001d700b00690eb18529fso9705415ota.1; Wed, 08 Mar 2023 12:42:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678308165; h=in-reply-to:content-transfer-encoding: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=Bx+D/aRg96Xv1xhHfuRNJtHE/XSALiBjprbVX5obgUQ=; b=WchtdCD+DGMkju2wGt4RuiF5oN/l+xCRu+lg8JcdDhriTuFvId82orWBKMg81j8z9J eu/t5ve/CDIUQvlko8rPf0yQhnk8dAVnZimm7iDPSgUmkVWU1DZWYugZssqXZwNyXih1 4EebxO5t87v0ZBh/AapDTK6XgVs7+EHi9e5vVr/eVDke5nQkNGa8Ozw754qQozz5rJ1c xoM0AiOowp4UlojqL7kLege6mml7gNT+Y+EYQj2XcBSjIrGkA2mRAL9bYf0Fi491BHzS qmys9oL69ZDDJxKyN5e0doP5NxpqQQvFJyt4WDS3QmRES7cy9PyhqkqJ9yk5amD95GWR uwdA== X-Gm-Message-State: AO0yUKXwAoexST2e2Ce6YqMvALhWc/hzOvJaA2WbT5KVsJtCLJ75NAUb +3yUsK4z+NjRr0Z0ji+dZg== X-Google-Smtp-Source: AK7set/6BsPdujjJq8G0YkPgYq2OeOO2li/rSi30P2jJIG98XFB0DpAns146xxM0NNpmfpFIsy83JQ== X-Received: by 2002:a05:6830:565:b0:694:88f5:f5ed with SMTP id f5-20020a056830056500b0069488f5f5edmr2829378otc.24.1678308164741; Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k3-20020a9d4b83000000b00690e6d56670sm6980752otf.25.2023.03.08.12.42.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Mar 2023 12:42:44 -0800 (PST) Received: (nullmailer pid 3744004 invoked by uid 1000); Wed, 08 Mar 2023 20:42:43 -0000 Date: Wed, 8 Mar 2023 14:42:43 -0600 From: Rob Herring To: arinc9.unal@gmail.com Cc: Linus Walleij , Krzysztof Kozlowski , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sergio Paracuellos , Matthias Brugger , Sean Wang , William Dean , Daniel Golle , Daniel Santos , Luiz Angelo Daros de Luca , Frank Wunderlich , Landen Chao , DENG Qingfang , Sean Wang , erkin.bozoglu@xeront.com Subject: Re: [PATCH 07/20] dt-bindings: pinctrl: ralink: improve bindings Message-ID: <20230308204243.GA3735537-robh@kernel.org> References: <20230303002850.51858-1-arinc.unal@arinc9.com> <20230303002850.51858-8-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230303002850.51858-8-arinc.unal@arinc9.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230308_124247_915279_F7CAB0DD X-CRM114-Status: GOOD ( 11.73 ) 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gRnJpLCBNYXIgMDMsIDIwMjMgYXQgMDM6Mjg6MzZBTSArMDMwMCwgYXJpbmM5LnVuYWxAZ21h aWwuY29tIHdyb3RlOgo+IEZyb206IEFyxLFuw6cgw5xOQUwgPGFyaW5jLnVuYWxAYXJpbmM5LmNv bT4KPiAKPiBNb3ZlIGFkZGl0aW9uYWxQcm9wZXJ0aWVzIHRvIHRoZSB0b3AuIEl0J3MgZWFzaWVy IHRvIHJlYWQgdGhhbiBhZnRlciBhIGxvbmcKPiBpbmRlbnRlZCBzZWN0aW9uLgo+IAo+IERyb3Ag dGhlIHF1b3RlcyBmcm9tIHRoZSByZWZlcnJlZCBzY2hlbWFzLgoKTm90IHRoZSBncmVhdGVzdCBz dWJqZWN0IGFzIGV2ZXJ5IGNoYW5nZSBpbXByb3ZlcyBzb21ldGhpbmcgYW5kIGJpbmRpbmdzIApp cyBzdGF0ZWQgdHdpY2UuIEhhcmQgdG8gY29tZSB1cCB3aXRoIHNvbWV0aGluZyBiZXR0ZXIgc2lu Y2UgeW91J3ZlIApjb21iaW5lZCAyIGRpZmZlcmVudCBraW5kcyBvZiBjaGFuZ2VzIHdoaWNoIHlv dSBzaG91bGRuJ3QgZG8gZWl0aGVyLiBTbyAKSSdkIHNwbGl0IHRoaXMgcGF0Y2ggaW50byAyLgoK PiAKPiBTaWduZWQtb2ZmLWJ5OiBBcsSxbsOnIMOcTkFMIDxhcmluYy51bmFsQGFyaW5jOS5jb20+ Cj4gLS0tCj4gIC4uLi9iaW5kaW5ncy9waW5jdHJsL3JhbGluayxtdDc2MjAtcGluY3RybC55YW1s ICAgICAgICAgIHwgOSArKysrLS0tLS0KPiAgLi4uL2JpbmRpbmdzL3BpbmN0cmwvcmFsaW5rLG10 NzYyMS1waW5jdHJsLnlhbWwgICAgICAgICAgfCA5ICsrKystLS0tLQo+ICAuLi4vYmluZGluZ3Mv cGluY3RybC9yYWxpbmsscnQyODgwLXBpbmN0cmwueWFtbCAgICAgICAgICB8IDkgKysrKy0tLS0t Cj4gIC4uLi9iaW5kaW5ncy9waW5jdHJsL3JhbGluayxydDMwNXgtcGluY3RybC55YW1sICAgICAg ICAgIHwgOSArKysrLS0tLS0KPiAgLi4uL2JpbmRpbmdzL3BpbmN0cmwvcmFsaW5rLHJ0Mzg4My1w aW5jdHJsLnlhbWwgICAgICAgICAgfCA5ICsrKystLS0tLQo+ICA1IGZpbGVzIGNoYW5nZWQsIDIw IGluc2VydGlvbnMoKyksIDI1IGRlbGV0aW9ucygtKQoKX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QKbGlu dXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQu b3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=