From patchwork Wed Oct 16 07:06:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 283867 X-Patchwork-Delegate: monstr@monstr.eu 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 6DA202C035B for ; Wed, 16 Oct 2013 18:07:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 92F1F4A0A5; Wed, 16 Oct 2013 09:06:58 +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 l2uxLUg5SacC; Wed, 16 Oct 2013 09:06:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 71A5E4A09C; Wed, 16 Oct 2013 09:06:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B65F34A09E for ; Wed, 16 Oct 2013 09:06:49 +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 XStz7wzUwaae for ; Wed, 16 Oct 2013 09:06:44 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=SKIP(-1.5) (only DNSBL check requested) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by theia.denx.de (Postfix) with ESMTPS id 34ADE4A09B for ; Wed, 16 Oct 2013 09:06:42 +0200 (CEST) Received: by mail-ee0-f47.google.com with SMTP id d49so137500eek.20 for ; Wed, 16 Oct 2013 00:06:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:date:message-id :in-reply-to:references:in-reply-to:references:content-type; bh=sfDjkxkmUld6ttK4Qy7oViAOf3ykNaNjJvWMCIQnlBY=; b=P3xjhJVebVaIj20PZ9C4FRiHuSvXqNYyGbSMAG1GSwctudeLLiwQfSOAjsDk92HkUj e9UErXeh33PcG202QN3WacrjdY+N2VI93xMV98MHO0I1wy3tVuFVIxPWLPz4TYkUBE3X W/Dxbp8YZsYfKy7P5Q2SXe123I4EmPGTGXfAqUXIny2Dl1V4lCuHsjlEgKx3htLGPbqG NwjL7U4B1N3LYiNt80nuXLLhFmnLFFJGSe7kxP4P87kfBE5XPq6C4vHtz2IhKynGZQFR SxM5oNgAYxxxLgujGvMpAys/WDGGL87NK/kw1VbMmESZAfdJ39P/1ZRPBu2ViYES7qSn 16kQ== X-Gm-Message-State: ALoCoQlTfbi+XCC6p9ns9qpzshEyVOo9Ubl2VO3D3loMlKY6c/NPmuJufZpNdog4k7sb1nJywaKN X-Received: by 10.14.2.2 with SMTP id 2mr27489eee.92.1381907202340; Wed, 16 Oct 2013 00:06:42 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id n48sm176212331eeg.17.1969.12.31.16.00.00 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 16 Oct 2013 00:06:41 -0700 (PDT) From: Michal Simek To: Tom Rini , u-boot@lists.denx.de Date: Wed, 16 Oct 2013 09:06:31 +0200 Message-Id: <5fd8dc8b36e3b844c6c069260717485a1b45552f.1381907186.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: Subject: [U-Boot] [PATCH 1/2] common: fsl: Fix broken SPDX-License-Identifier change 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This bug was introduced by: "Add GPL-2.0+ SPDX-License-Identifier to source files" (sha1: 1a4596601fd395f3afb8f82f3f840c5e00bdd57a) Signed-off-by: Michal Simek --- Compilation error: cmd_mfsl.c:1:1: error: unknown type name 've' cmd_mfsl.c:1:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' cmd_mfsl.c:1:13: error: unknown type name 'a' cmd_mfsl.c:2:29: error: expected identifier or '(' before 'if' --- common/cmd_mfsl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 1.8.2.3 diff --git a/common/cmd_mfsl.c b/common/cmd_mfsl.c index d735c9e..e8e8e3c 100644 --- a/common/cmd_mfsl.c +++ b/common/cmd_mfsl.c @@ -1,7 +1,7 @@ -ve received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * who contributed to this - * project. +/* + * (C) Copyright 2007 Michal Simek + * + * Michal SIMEK * * SPDX-License-Identifier: GPL-2.0+ */