From patchwork Mon Jul 12 02:48:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neal Buckendahl X-Patchwork-Id: 58561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E8FC61007D1 for ; Mon, 12 Jul 2010 12:49:51 +1000 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1OY94d-00072J-HP; Mon, 12 Jul 2010 02:48:51 +0000 Received: from mail-iw0-f177.google.com ([209.85.214.177]) by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1OY94b-0006uz-38 for linux-mtd@lists.infradead.org; Mon, 12 Jul 2010 02:48:49 +0000 Received: by iwn40 with SMTP id 40so4811118iwn.36 for ; Sun, 11 Jul 2010 19:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=UzRdTznwb/pNudGP5Xp/JZyjo2c68ZncEwDTeRb49Tk=; b=UxRKMiQGol1SlR23361Kr5kvCRVe6ASGj4kbCnUqaRoa9JhSGKKuy2BVc68QdL+GYk +pmZpFEYjvCsUERgjgDNPJI3VMg0jRRFwUltT6bmMnc4iTk5t1HU4CUwJP7T6DRzoLTC dGkBvzym0e/foar6yaxyEomuL9UKiH1QIwZu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=KzoFLzn+driMaujtXvASnt4q7Fo2qTYKh26sAxfXHmHzJZIawgoVgKJ9+axO8p/tk9 PnVEaV6fxk9sONjSrmTTKeyGCGfZt197cNROgifQ8WpsXA7D1ddd1IOh0P62lB4HDDqU oxBvi6X2VIECW34ph9uT00s0txpHjGKpJ/CNU= Received: by 10.231.178.103 with SMTP id bl39mr12294021ibb.138.1278902928527; Sun, 11 Jul 2010 19:48:48 -0700 (PDT) Received: from [192.168.0.5] (adsl-75-57-125-67.dsl.emhril.sbcglobal.net [75.57.125.67]) by mx.google.com with ESMTPS id 34sm17291886ibi.18.2010.07.11.19.48.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Jul 2010 19:48:47 -0700 (PDT) Message-ID: <4C3A828D.1070509@gmail.com> Date: Sun, 11 Jul 2010 21:48:45 -0500 From: Neal B User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Artem.Bityutskiy@nokia.com Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20100711_224849_247001_A15AE72B X-CRM114-Status: GOOD ( 15.31 ) X-Spam-Score: 2.1 (++) X-Spam-Report: SpamAssassin version 3.3.1 on bombadil.infradead.org summary: Content analysis details: (2.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is freemail (nealb001[at]gmail.com) 2.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (nealb001[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: maximlevitsky@gmail.com, cascardo@holoscopio.com, linux-kernel@vger.kernel.org, Julia Lawall , linux-mtd@lists.infradead.org, jkosina@suse.cz, mohanlaljangir@gmail.com, rmk+kernel@arm.linux.org.uk, dwmw2@infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From d1caf6c1e0e1c8137a0c23c570df5ce764eb60f6 Mon Sep 17 00:00:00 2001 From: Neal Buckendahl Date: Sun, 11 Jul 2010 17:06:12 -0500 Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl --- drivers/mtd/ar7part.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/ar7part.c b/drivers/mtd/ar7part.c index 6697a1e..7ccfdca 100644 --- a/drivers/mtd/ar7part.c +++ b/drivers/mtd/ar7part.c @@ -148,6 +148,6 @@ static int __init ar7_parser_init(void) module_init(ar7_parser_init); MODULE_LICENSE("GPL"); -MODULE_AUTHOR( "Felix Fietkau , " +MODULE_AUTHOR("Felix Fietkau , " "Eugene Konev "); MODULE_DESCRIPTION("MTD partitioning for TI AR7");