From patchwork Thu May 28 19:43:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ranjani Sridharan X-Patchwork-Id: 1300013 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=osuosl.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=intel-wired-lan-bounces@osuosl.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49Xyn263XDz9sSm for ; Fri, 29 May 2020 05:43:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BEC5589188; Thu, 28 May 2020 19:43:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZdRdJT1CQYBO; Thu, 28 May 2020 19:43:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D3F0889157; Thu, 28 May 2020 19:43:46 +0000 (UTC) X-Original-To: intel-wired-lan@osuosl.org Delivered-To: intel-wired-lan@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 65C181BF2B5 for ; Thu, 28 May 2020 19:43:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5EE5E872CC for ; Thu, 28 May 2020 19:43:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ghW3Iz9YI0f for ; Thu, 28 May 2020 19:43:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C9926872B5 for ; Thu, 28 May 2020 19:43:43 +0000 (UTC) IronPort-SDR: S90TQx77SBneUTD7JNUHPUP2weRZ1lRWtBOS1IXtbbDw/dvnwmn6vl8RUOrfEsQiq4zxxIhBrj pM++dbRmXFng== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2020 12:43:43 -0700 IronPort-SDR: LRASpHDjCglNb4PxrFn+ZZWyikM82SL8Jg/0F8zkybgNPvh1s4oCGGX0vg3NymsLXYDSzyYWgR GYVzOx7AzJ2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,446,1583222400"; d="scan'208";a="302585256" Received: from jkoshman-mobl.amr.corp.intel.com (HELO localhost.localdomain) ([10.251.154.131]) by fmsmga002.fm.intel.com with ESMTP; 28 May 2020 12:43:43 -0700 From: Ranjani Sridharan To: intel-wired-lan@osuosl.org Date: Thu, 28 May 2020 12:43:33 -0700 Message-Id: <20200528194342.3495-6-ranjani.sridharan@linux.intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200528194342.3495-1-ranjani.sridharan@linux.intel.com> References: <20200528194342.3495-1-ranjani.sridharan@linux.intel.com> Subject: [Intel-wired-lan] [PATCH 05/14] virtual-bus: move MODULE macros to the end of the file X-BeenThere: intel-wired-lan@osuosl.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Wired Ethernet Linux Kernel Driver Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pierre-louis.bossart@linux.intel.com, fred.oh@linux.intel.com, shiraz.saleem@intel.com MIME-Version: 1.0 Errors-To: intel-wired-lan-bounces@osuosl.org Sender: "Intel-wired-lan" Signed-off-by: Ranjani Sridharan --- drivers/bus/virtual_bus.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/bus/virtual_bus.c b/drivers/bus/virtual_bus.c index 90d2ad19b5cb..25f85672b70d 100644 --- a/drivers/bus/virtual_bus.c +++ b/drivers/bus/virtual_bus.c @@ -18,11 +18,6 @@ #include #include -MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Virtual Bus"); -MODULE_AUTHOR("David Ertman "); -MODULE_AUTHOR("Kiran Patil "); - static DEFINE_IDA(virtbus_dev_ida); #define VIRTBUS_INVALID_ID 0xFFFFFFFF @@ -214,3 +209,8 @@ static void __exit virtual_bus_exit(void) module_init(virtual_bus_init); module_exit(virtual_bus_exit); + +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("Virtual Bus"); +MODULE_AUTHOR("David Ertman "); +MODULE_AUTHOR("Kiran Patil ");