From patchwork Wed Sep 12 16:05:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 10597967 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3784B14BD for ; Wed, 12 Sep 2018 16:06:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2794C2A699 for ; Wed, 12 Sep 2018 16:06:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1BB2D2A6A9; Wed, 12 Sep 2018 16:06:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD80E2A699 for ; Wed, 12 Sep 2018 16:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727757AbeILVLn (ORCPT ); Wed, 12 Sep 2018 17:11:43 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:46621 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726677AbeILVLm (ORCPT ); Wed, 12 Sep 2018 17:11:42 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 9A9A84E3D2FC9; Thu, 13 Sep 2018 00:06:26 +0800 (CST) Received: from j00421895-HPW10.china.huawei.com (10.202.226.46) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.399.0; Thu, 13 Sep 2018 00:06:21 +0800 From: Jonathan Cameron To: , Rob Herring CC: , xuwei , , Jonathan Cameron Subject: [PATCH 0/2] dt-bindings: Cleanup spurious commas in hisilicon hip07 dt. Date: Wed, 12 Sep 2018 17:05:50 +0100 Message-ID: <20180912160552.11604-1-Jonathan.Cameron@huawei.com> X-Mailer: git-send-email 2.17.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.202.226.46] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Rob Herring picked up on an issue in our sec dt binding doc where we had an unnecessary comma in the addresses provided as part of the node name. The comment wasn't fixed before the series was applied, hence this follow up. This was a cut and paste job from a few of the its entries already present in the hip07 dtsi. This series tidies up this loose end. It has no particular urgency as nothing stops working if you have a comma present and it is unlikely an userspace code would be using these. Jonathan Cameron (2): dt-bindings: crypto: hip07-sec, drop incorrect commas arm64: dts: hisilicon hip07: drop commas from @address node names .../bindings/crypto/hisilicon,hip07-sec.txt | 2 +- arch/arm64/boot/dts/hisilicon/hip07.dtsi | 28 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-)