From patchwork Sun May 23 20:02:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Gelmini X-Patchwork-Id: 101766 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4NK2hM5005272 for ; Sun, 23 May 2010 20:02:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753039Ab0EWUCv (ORCPT ); Sun, 23 May 2010 16:02:51 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:10127 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754540Ab0EWUCu (ORCPT ); Sun, 23 May 2010 16:02:50 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1668454fga.1 for ; Sun, 23 May 2010 13:02:50 -0700 (PDT) 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=oLD4rqT1IMCQKflT1an8aolEeoOfG1OE3fCkHpInghI=; b=il0GMEWv/IR5hgdos40nhhcH1mkoJpBHETkpRrX1kdXBpiF9BDaKPz7ztT1i1wBdK3 wCucp2avjFKYUL3FtFf9/7233d3XL7YrRTxD8Wb31d7v+dd2WgI8SfY/MbFtyxAmDUMA ccE0JyBvud/PlIROGJygwPWu60XcGm2fktboM= 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=qGTUFOi1AflaK+KB1FFy88fH/GfbdeG9wCOS7Vic7lwqsfnzimVZiVXw4gZpdaqNP8 VPUS3hrhmI3VVebUAvQNaLeEBOUJL035suXhd4w+tuiSZncRscnHfFQWu8rut4gsIc22 UkvL3KAqdAsEtnaVDuvG9cn7w7EuNnlVHUrA8= Received: by 10.87.47.17 with SMTP id z17mr7190046fgj.39.1274644969965; Sun, 23 May 2010 13:02:49 -0700 (PDT) Received: from localhost.localdomain (net-93-145-200-9.t2.dsl.vodafone.it [93.145.200.9]) by mx.google.com with ESMTPS id d8sm7928329fga.11.2010.05.23.13.02.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 May 2010 13:02:49 -0700 (PDT) From: Andrea Gelmini To: andrea.gelmini@gelma.net Cc: Kyle McMartin , Helge Deller , "James E.J. Bottomley" , linux-parisc@vger.kernel.org Subject: [PATCH 176/199] arch/parisc/math-emu/driver.c: Checkpatch cleanup Date: Sun, 23 May 2010 22:02:03 +0200 Message-Id: <1274644930-26600-19-git-send-email-andrea.gelmini@gelma.net> X-Mailer: git-send-email 1.7.1.251.gf80a2 In-Reply-To: <1274644930-26600-1-git-send-email-andrea.gelmini@gelma.net> References: <1274644930-26600-1-git-send-email-andrea.gelmini@gelma.net> Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sun, 23 May 2010 20:02:51 +0000 (UTC) diff --git a/arch/parisc/math-emu/driver.c b/arch/parisc/math-emu/driver.c index 09ef413..273006e 100644 --- a/arch/parisc/math-emu/driver.c +++ b/arch/parisc/math-emu/driver.c @@ -87,7 +87,7 @@ handle_fpe(struct pt_regs *regs) * code expects an artificial last entry which contains zero * * also, the passed in fr registers contain one word that defines - * the fpu type. the fpu type information is constructed + * the fpu type. the fpu type information is constructed * inside the emulation code */ __u64 frcopy[36];