From patchwork Tue Sep 3 01:41:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Chou X-Patchwork-Id: 272098 X-Patchwork-Delegate: thomas@wytron.com.tw 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 AD5392C008A for ; Tue, 3 Sep 2013 11:48:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD4004A067; Tue, 3 Sep 2013 03:48:38 +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 LE0aP6ASxyEP; Tue, 3 Sep 2013 03:48:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B0424A05E; Tue, 3 Sep 2013 03:48:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B3BA24A05E for ; Tue, 3 Sep 2013 03:48:30 +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 2wQCf31xxQsz for ; Tue, 3 Sep 2013 03:48:25 +0200 (CEST) X-Greylist: delayed 391 seconds by postgrey-1.27 at theia; Tue, 03 Sep 2013 03:48:19 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 www.wytron.com.tw (www.wytron.com.tw [211.75.82.101]) by theia.denx.de (Postfix) with ESMTP id 332C14A019 for ; Tue, 3 Sep 2013 03:48:19 +0200 (CEST) Received: from darkstar.wytron.com.tw (unknown [192.168.1.5]) by www.wytron.com.tw (Postfix) with ESMTP id 6E5DED00354; Tue, 3 Sep 2013 09:41:45 +0800 (CST) From: Thomas Chou To: u-boot@lists.denx.de Date: Tue, 3 Sep 2013 09:41:04 +0800 Message-Id: <1378172464-9705-1-git-send-email-thomas@wytron.com.tw> X-Mailer: git-send-email 1.8.3.1 Cc: Tom Rini Subject: [U-Boot] [PATCH] nios2: fix missing comment terminator from SPDX License commit 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 The commit 1a4596601fd395f3afb8f82f3f840c5e00bdd57a Add GPL-2.0+ SPDX-License-Identifier to source files generated a warning due to a missing comment terminator. longlong.h:7:1: warning: "/*" within comment Signed-off-by: Thomas Chou --- arch/nios2/lib/longlong.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/nios2/lib/longlong.h b/arch/nios2/lib/longlong.h index 63c64ed..45ec5f0 100644 --- a/arch/nios2/lib/longlong.h +++ b/arch/nios2/lib/longlong.h @@ -3,6 +3,7 @@ 2005 Free Software Foundation, Inc. * SPDX-License-Identifier: GPL-2.0+ + */ /* You have to define the following before including this file: