From patchwork Sun May 23 20:02:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Gelmini X-Patchwork-Id: 101767 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 o4NK2hM6005272 for ; Sun, 23 May 2010 20:02:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753919Ab0EWUCw (ORCPT ); Sun, 23 May 2010 16:02:52 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:63216 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753676Ab0EWUCw (ORCPT ); Sun, 23 May 2010 16:02:52 -0400 Received: by fg-out-1718.google.com with SMTP id 22so1027848fge.1 for ; Sun, 23 May 2010 13:02:51 -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=svqi4+8K5OL84472MhSo0SQ+4mM3/5kIeI14EAZ5pyw=; b=fhpxpWxb2kgWZG5SgFDL9cFjI2RB0eC/m/FxjVrGG3m0LQ11rIjb2ckJOoOYW7RMEQ a6aeIw2NPyVE5Q1HMUr5JdaZyHOFQE1fAqLRxT/K6TGhgDJ6hd1w3AYaJp9+jxd5v2p7 jZdhMHjeCyrsP+BTymPtLEJtd6gAgeQaU75Xk= 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=XQQGsxgBjon5ZG1wlP+nEOIG/TN0PPiYZunYyYZ8pNvpRFEg9rfPIRLau1aCRUEoMA qmruvwhH6D42JL3e9dcalhUt21XRKv03yjZZodA+BYDoEZB1xZYMXwu3ZAM3/V7/Cn9Q ZT1urwxlkcRReLAJoWvSGZyZnSMsdznubkpWQ= Received: by 10.87.71.21 with SMTP id y21mr7170346fgk.69.1274644971755; Sun, 23 May 2010 13:02:51 -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.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 May 2010 13:02:51 -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 177/199] arch/parisc/math-emu/fpbits.h: Checkpatch cleanup Date: Sun, 23 May 2010 22:02:04 +0200 Message-Id: <1274644930-26600-20-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:53 +0000 (UTC) diff --git a/arch/parisc/math-emu/fpbits.h b/arch/parisc/math-emu/fpbits.h index cefad06..431b571 100644 --- a/arch/parisc/math-emu/fpbits.h +++ b/arch/parisc/math-emu/fpbits.h @@ -48,7 +48,7 @@ * function "DeclBitfR" except its use is restricted to occur within a larger * enclosing structure or union definition. This declaration is an unnamed * structure with the argument, name, as the member name and the argument, - * uname, as the element name. + * uname, as the element name. *----------------------------------------------------------------------- */ #define Bitfield_extract(start, length, object) \ ((object) >> (HOSTWDSZ - (start) - (length)) & \