Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: remove incorrect file name

This is an example of why it doesn't make much sense to put this
information here in the first place. I don't really know what purpose it
serves.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>

+2 -10
+2 -2
drivers/mtd/devices/spear_smi.c
··· 1 1 /* 2 2 * SMI (Serial Memory Controller) device driver for Serial NOR Flash on 3 3 * SPEAr platform 4 - * The serial nor interface is largely based on drivers/mtd/m25p80.c, 5 - * however the SPI interface has been replaced by SMI. 4 + * The serial nor interface is largely based on m25p80.c, however the SPI 5 + * interface has been replaced by SMI. 6 6 * 7 7 * Copyright © 2010 STMicroelectronics. 8 8 * Ashish Priyadarshi
-2
drivers/mtd/nand/nand_base.c
··· 1 1 /* 2 - * drivers/mtd/nand.c 3 - * 4 2 * Overview: 5 3 * This is the generic MTD driver for NAND flash devices. It should be 6 4 * capable of working with almost all NAND chips currently available.
-2
drivers/mtd/nand/nand_bbt.c
··· 1 1 /* 2 - * drivers/mtd/nand_bbt.c 3 - * 4 2 * Overview: 5 3 * Bad block table support for the NAND driver 6 4 *
-2
drivers/mtd/nand/nand_ids.c
··· 1 1 /* 2 - * drivers/mtd/nandids.c 3 - * 4 2 * Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de) 5 3 * 6 4 * This program is free software; you can redistribute it and/or modify
-2
drivers/mtd/nand/ndfc.c
··· 1 1 /* 2 - * drivers/mtd/ndfc.c 3 - * 4 2 * Overview: 5 3 * Platform independent driver for NDFC (NanD Flash Controller) 6 4 * integrated into EP440 cores