From patchwork Thu Jul 3 06:55:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Terry Chia X-Patchwork-Id: 366587 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 59A9D1400B5 for ; Thu, 3 Jul 2014 16:58:06 +1000 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X2awM-0008Lz-3a; Thu, 03 Jul 2014 06:56:18 +0000 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X2awI-0008KL-Vk for linux-mtd@lists.infradead.org; Thu, 03 Jul 2014 06:56:15 +0000 Received: by mail-pa0-f41.google.com with SMTP id fb1so13945716pad.28 for ; Wed, 02 Jul 2014 23:55:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=450y4cgdgREP4actNzMNJ/IwJ+MjruEJn9MVuNkvqqA=; b=ilL7vsrGGCwTEaQLN0u4CkPP6+mte/VKtahRhl2qkgAYfECnE4McwdS2VoRHnQ/QbB KgrRKX7Vij+ZdPz3xI0QxEee7uVDPq0emUDmt3hb75KMRr/ivDOEXcdeA4L9L7TZd6kV 4HLHTeDs7Fy76b9KV03kGSLCzU15spNxBfdimYfRiEn0nyF/xLCFgGo7+QZHWGZ4XvhI zH69exDjmvV3FxRblYhiJe0OG6PuCbvrDZDwFVdyE9yHFMZIQninfHhNXtI9tPhrAN/A F5Lq3woAk0wH5YtyKjM6Xyym837bJEk32dM5oQCkXINN+f590vHiycXNjePIFLqIDi0v j7CA== X-Received: by 10.68.239.99 with SMTP id vr3mr2761176pbc.158.1404370555373; Wed, 02 Jul 2014 23:55:55 -0700 (PDT) Received: from localhost.localdomain ([175.156.218.177]) by mx.google.com with ESMTPSA id qv9sm39723606pbc.71.2014.07.02.23.55.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 23:55:54 -0700 (PDT) From: Terry Chia To: dwmw2@infradead.org Subject: [PATCH] Add MODULE_DESCRIPTION to various modules in drivers/mtd Date: Thu, 3 Jul 2014 14:55:42 +0800 Message-Id: <1404370542-14357-2-git-send-email-terrycwk1994@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1404370542-14357-1-git-send-email-terrycwk1994@gmail.com> References: <1404370542-14357-1-git-send-email-terrycwk1994@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140702_235615_037179_8E192110 X-CRM114-Status: UNSURE ( 9.71 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.1 (/) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (0.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (terrycwk1994[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (terrycwk1994[at]gmail.com) -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain Cc: linux-mtd@lists.infradead.org, Terry Chia X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org This starts to address https://bugzilla.kernel.org/show_bug.cgi?id=10770 Signed-off-by: Terry Chia --- drivers/mtd/chips/cfi_cmdset_0020.c | 1 + drivers/mtd/chips/cfi_util.c | 1 + drivers/mtd/maps/map_funcs.c | 1 + drivers/mtd/nand/denali.c | 1 + 4 files changed, 4 insertions(+) diff --git a/drivers/mtd/chips/cfi_cmdset_0020.c b/drivers/mtd/chips/cfi_cmdset_0020.c index 423666b..55f3586 100644 --- a/drivers/mtd/chips/cfi_cmdset_0020.c +++ b/drivers/mtd/chips/cfi_cmdset_0020.c @@ -1398,3 +1398,4 @@ static void cfi_staa_destroy(struct mtd_info *mtd) } MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("MTD chip driver for ST (Advanced Architecture) flash chips"); diff --git a/drivers/mtd/chips/cfi_util.c b/drivers/mtd/chips/cfi_util.c index 09c79bd..c064484 100644 --- a/drivers/mtd/chips/cfi_util.c +++ b/drivers/mtd/chips/cfi_util.c @@ -249,3 +249,4 @@ int cfi_varsize_frob(struct mtd_info *mtd, varsize_frob_t frob, EXPORT_SYMBOL(cfi_varsize_frob); MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("MTD chip driver for generic utility functions"); diff --git a/drivers/mtd/maps/map_funcs.c b/drivers/mtd/maps/map_funcs.c index 3f26837..089906a 100644 --- a/drivers/mtd/maps/map_funcs.c +++ b/drivers/mtd/maps/map_funcs.c @@ -41,3 +41,4 @@ void simple_map_init(struct map_info *map) EXPORT_SYMBOL(simple_map_init); MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("Out-of-line map I/O functions for simple maps"); diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index 9f2012a..d373ed2 100644 --- a/drivers/mtd/nand/denali.c +++ b/drivers/mtd/nand/denali.c @@ -28,6 +28,7 @@ #include "denali.h" MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("NAND Flash Controller Device Driver"); /* We define a module parameter that allows the user to override * the hardware and decide what timing mode should be used.