From patchwork Tue Jun 11 18:45:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 2705481 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6A92B9F3DD for ; Tue, 11 Jun 2013 18:46:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 66B532045B for ; Tue, 11 Jun 2013 18:46:38 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2B30120455 for ; Tue, 11 Jun 2013 18:46:37 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UmTaT-0005Nh-Ln; Tue, 11 Jun 2013 18:46:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UmTaQ-0003Zg-TW; Tue, 11 Jun 2013 18:46:30 +0000 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UmTaO-0003ZB-OA for linux-arm-kernel@lists.infradead.org; Tue, 11 Jun 2013 18:46:29 +0000 Received: by mail-qa0-f51.google.com with SMTP id f11so3186251qae.17 for ; Tue, 11 Jun 2013 11:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=66cOp8ia6ltOuuzKFEDeDYyEoKSx+Ppr3MnXPEdKmgk=; b=V3DfwJ5UvbnArJ0KkjzShUoOO/KnebdEYUPV9cSwtcFpg68DCxvU+/ouNIG8VfQf73 3Ve+wECoZlGhGuMUK1ppl8fyKE0uJ/CnLfxevoak+5fEFjN/pkAnhspmKdgLDbyczznE L44bzxaIy8dKh/RmLbZOyTHQpucnmiLkYwboxL8/MPa0lWBKj8V2TCpLuT5BfGaqd78L oM/ohn6gxKMgWua3F8iorqk7gwzRO9VTREwvBeGvJ0VmOamH+VBZucqLHWxvqxPRxOCi CPeeQg4j/RuVLYnc4G3gJXIS+ZpAoRWZAgll6h21J3pdeS5r9/EwBWQws7coV2b0yP5F cgAg== X-Received: by 10.49.96.104 with SMTP id dr8mr18766239qeb.43.1370976365626; Tue, 11 Jun 2013 11:46:05 -0700 (PDT) Received: from beef.ohporter.com (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id c5sm21052848qaj.5.2013.06.11.11.46.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Jun 2013 11:46:05 -0700 (PDT) From: Matt Porter To: Christian Daudt , Arnd Bergmann , Olof Johansson Subject: [PATCH] ARM: dts: bcm281xx: change comment to C89 style Date: Tue, 11 Jun 2013 14:45:58 -0400 Message-Id: <1370976358-18014-1-git-send-email-matt.porter@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130611_144628_826576_53860A81 X-CRM114-Status: GOOD ( 11.92 ) X-Spam-Score: -1.9 (-) Cc: Linux Kernel Mailing List , Linux ARM Kernel List , Linaro Patches X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP CodingStyle does not allow C99 style comments. Since the dts files live in the kernel for now, make this compliant. Signed-off-by: Matt Porter Acked-by: Christian Daudt --- arch/arm/boot/dts/bcm11351.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index 824bebe..0651a72 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -36,7 +36,7 @@ smc@0x3404c000 { compatible = "bcm,bcm11351-smc", "bcm,kona-smc"; - reg = <0x3404c000 0x400>; //1 KiB in SRAM + reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */ }; uart@3e000000 {