From patchwork Fri Sep 13 03:43:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 274643 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 4D3D92C00C6 for ; Fri, 13 Sep 2013 13:44:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EDD064A098; Fri, 13 Sep 2013 05:44:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id myxMV2hqTuj1; Fri, 13 Sep 2013 05:44:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8F5C84A081; Fri, 13 Sep 2013 05:44:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 016C04A081 for ; Fri, 13 Sep 2013 05:43:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GWQD4En9CaWi for ; Fri, 13 Sep 2013 05:43:51 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by theia.denx.de (Postfix) with ESMTPS id 69E964A07B for ; Fri, 13 Sep 2013 05:43:44 +0200 (CEST) Received: by mail-pb0-f47.google.com with SMTP id rr4so670063pbb.34 for ; Thu, 12 Sep 2013 20:43:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=X4L2mQyGUJkf5Xjynfk36hxfdOzrzoNS72V4uLTUxfM=; b=TLl8od6PQbP0iLY4vMOwm8CFxp0yfCAu8lUm2c2HsO1BjPV0lWsddAxKHSMN5zMgvs d4w/xVFBY7K+XVNOYTv7znggc+ZA3lHHKpEuG60jyJ8vxDAjBILUXC95GZxBRF03VYJ7 AAGZSncz8OLo6WXoj5dCVYYW83QRKG8cX55bftxZURZ+f9daYu0JL7poQJaWrYdlEnLV zhIJkAH+Ri2UhN0hIZ8QKyEjxYaXaVc4v1+NS3tEwT+q0xu8ysAyhNYRoQsrhnkD9oDW K5FmUiAWKgBBrE15nQV93WYGcybBnfLNYpQbtDSXTf7qBGO0mf/PAzFipcFFhJPDfkJl sJ5g== X-Gm-Message-State: ALoCoQk/2uDW02CWZJzkPFQ8WeUbJd1RvJ+w5LOUqtdd6B33cGXf4KZbKu6lNyijOnKyfak8tXCU X-Received: by 10.68.215.38 with SMTP id of6mr11184602pbc.14.1379043822260; Thu, 12 Sep 2013 20:43:42 -0700 (PDT) Received: from [192.168.1.103] (111-240-63-233.dynamic.hinet.net. [111.240.63.233]) by mx.google.com with ESMTPSA id wp8sm8493989pbc.26.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 20:43:41 -0700 (PDT) Message-ID: <1379043817.20820.0.camel@phoenix> From: Axel Lin To: Albert Aribaud Date: Fri, 13 Sep 2013 11:43:37 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] boards.cfg: Fix the comment for invoking tools/reformat.py from vim X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Add the missing bang (!) to execute external command, otherwise it does not work. Signed-off-by: Axel Lin --- boards.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index dbd8479..9fc77fb 100644 --- a/boards.cfg +++ b/boards.cfg @@ -38,7 +38,7 @@ # It can be used from a shell: # tools/reformat.py -i -d '-' -s 8 boards0.cfg && mv boards0.cfg boards.cfg # It can directly be invoked from vim: -# :%tools/reformat.py -i -d '-' -s 8 +# :%!tools/reformat.py -i -d '-' -s 8 # # Status, Arch, CPU:SPLCPU, SoC, Vendor, Board name, Target, Options, Maintainers ###########################################################################################################