From patchwork Sat Feb 27 16:50:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Gelmini X-Patchwork-Id: 46445 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E8AC8B7D78 for ; Sun, 28 Feb 2010 03:54:42 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968636Ab0B0Qxc (ORCPT ); Sat, 27 Feb 2010 11:53:32 -0500 Received: from mail-bw0-f209.google.com ([209.85.218.209]:46242 "EHLO mail-bw0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030314Ab0B0Qx3 (ORCPT ); Sat, 27 Feb 2010 11:53:29 -0500 Received: by mail-bw0-f209.google.com with SMTP id 1so332069bwz.21 for ; Sat, 27 Feb 2010 08:53:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=0RgBaVYlvtYVfJQ53v6y6RdZ+o3VPiyRNbLD5De5PVg=; b=Tx8XR7a8HnTeve00hlZSVgy0w73Sv4KoIoyQnToFz4bTheEqbHmKsXSzOA3rcD+g+e +7Pn+c5+m3VC9UEQ/H53PQw+YeEiTAo67XCzWMqEwk100H/WUuRo23YE8sPiGWdSbx5J FYK8VhU0LSQ5LTb7k+BSRD44HP/XoyrNrqTYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=nzK/WhDIJCtLUYeDziu7xgRZSJX58OaPsRXpmg5bEgCgvWw3uxdQRwjut3rqvRtN+P ErXguWlkyH3dnaCng1hWPRLgG/IG+jp8kCoVsGfneA8+TqIcTWB10AgSliAuaW5t0WZD 2uhoIQbUrCvRF5Tedfy0hKTAyoPhnnDAVBM5g= Received: by 10.204.152.153 with SMTP id g25mr1386427bkw.158.1267289608681; Sat, 27 Feb 2010 08:53:28 -0800 (PST) Received: from localhost (net-93-145-196-35.t2.dsl.vodafone.it [93.145.196.35]) by mx.google.com with ESMTPS id 16sm825796bwz.9.2010.02.27.08.53.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Feb 2010 08:53:27 -0800 (PST) From: Andrea Gelmini To: linux-kernel@vger.kernel.org Cc: Andrea Gelmini , "David S. Miller" , sparclinux@vger.kernel.org Subject: [PATCH 16/66] arch/sparc/include/asm/setup.h: Checkpatch cleanup Date: Sat, 27 Feb 2010 17:50:57 +0100 Message-Id: <1267289508-31031-17-git-send-email-andrea.gelmini@gelma.net> X-Mailer: git-send-email 1.7.0.90.g251a4 In-Reply-To: <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net> References: <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net> Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org arch/sparc/include/asm/setup.h:2: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini Acked-by: David S. Miller --- arch/sparc/include/asm/setup.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc/include/asm/setup.h b/arch/sparc/include/asm/setup.h index 2643c62..b1597f1 100644 --- a/arch/sparc/include/asm/setup.h +++ b/arch/sparc/include/asm/setup.h @@ -1,5 +1,5 @@ /* - * Just a place holder. + * Just a place holder. */ #ifndef _SPARC_SETUP_H