From patchwork Wed Jun 27 15:57:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/16] UBI: Fastmap: Address another TODO From: Richard Weinberger X-Patchwork-Id: 167674 Message-Id: <1340812676-14460-7-git-send-email-richard@nod.at> To: linux-mtd@lists.infradead.org Cc: nyoushchenko@mvista.com, artem.bityutskiy@linux.intel.com, linux-kernel@vger.kernel.org, adrian.hunter@intel.com, Heinz.Egger@linutronix.de, thomas.wucher@linutronix.de, shmulik.ladkani@gmail.com, Richard Weinberger , tglx@linutronix.de, Marius.Mazarel@ugal.ro, tim.bird@am.sony.com Date: Wed, 27 Jun 2012 17:57:46 +0200 Fixed. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/fastmap.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c index c2434cd..4d8ef9e 100644 --- a/drivers/mtd/ubi/fastmap.c +++ b/drivers/mtd/ubi/fastmap.c @@ -797,13 +797,6 @@ out: * @ubi: UBI device object * @ai: UBI attach info to be filled * - * TODO: not urgent, but at some point - check the code with kernel doc and fix - * its complaints. - * - * TODO: not urgent, but for consistency, follow the UBI/UBIFS style and put a - * dot at the end of the first short description sentence (globally): - * ubi_scan_fastmap - scan the fastmap. (<-dot). - * * TODO: not urgent, but it is desireble to document error codes in the header * comments and probably describe what the function does, if there is something * to say (globally).