From patchwork Wed May 5 15:33:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ohad Ben Cohen X-Patchwork-Id: 97136 X-Patchwork-Delegate: hiroshi.doyu@nokia.com 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 o45FXjdE016159 for ; Wed, 5 May 2010 15:33:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760569Ab0EEPdo (ORCPT ); Wed, 5 May 2010 11:33:44 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:5037 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760281Ab0EEPdn (ORCPT ); Wed, 5 May 2010 11:33:43 -0400 Received: by fg-out-1718.google.com with SMTP id d23so23396fga.1 for ; Wed, 05 May 2010 08:33:42 -0700 (PDT) Received: by 10.102.254.24 with SMTP id b24mr6191041mui.5.1273073621737; Wed, 05 May 2010 08:33:41 -0700 (PDT) Received: from localhost.localdomain (109-186-177-91.bb.netvision.net.il [109.186.177.91]) by mx.google.com with ESMTPS id s10sm30575248muh.5.2010.05.05.08.33.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 May 2010 08:33:40 -0700 (PDT) From: Ohad Ben-Cohen To: Cc: Kanigeri Hari , Hiroshi Doyu , Ohad Ben-Cohen Subject: [PATCH v3 2/4] omap: mailbox cleanup: split MODULE_AUTHOR line Date: Wed, 5 May 2010 18:33:07 +0300 Message-Id: <1273073589-2485-3-git-send-email-ohad@wizery.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1273073589-2485-1-git-send-email-ohad@wizery.com> References: <1273073589-2485-1-git-send-email-ohad@wizery.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@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]); Wed, 05 May 2010 15:33:46 +0000 (UTC) diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index 318f363..763272c 100644 --- a/arch/arm/mach-omap2/mailbox.c +++ b/arch/arm/mach-omap2/mailbox.c @@ -486,5 +486,6 @@ module_exit(omap2_mbox_exit); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("omap mailbox: omap2/3/4 architecture specific functions"); -MODULE_AUTHOR("Hiroshi DOYU , Paul Mundt"); +MODULE_AUTHOR("Hiroshi DOYU "); +MODULE_AUTHOR("Paul Mundt"); MODULE_ALIAS("platform:"DRV_NAME); diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index af3a6ac..5140efc 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c @@ -419,4 +419,5 @@ module_exit(omap_mbox_exit); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("omap mailbox: interrupt driven messaging"); -MODULE_AUTHOR("Toshihiro Kobayashi and Hiroshi DOYU"); +MODULE_AUTHOR("Toshihiro Kobayashi"); +MODULE_AUTHOR("Hiroshi DOYU");