summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/spear_smi.c
diff options
context:
space:
mode:
authorBrian Norris2015-05-22 19:42:01 +0200
committerBrian Norris2015-05-22 19:57:46 +0200
commitb74bdbe5884d83b3bd8dc774eb43f555a5088d5d (patch)
tree28270df7f4e066d06f8951cf148436f8e68d9bc7 /drivers/mtd/devices/spear_smi.c
parentmtd: blktrans: use better error code for unimplemented ioctl() (diff)
downloadkernel-qcow2-linux-b74bdbe5884d83b3bd8dc774eb43f555a5088d5d.tar.gz
kernel-qcow2-linux-b74bdbe5884d83b3bd8dc774eb43f555a5088d5d.tar.xz
kernel-qcow2-linux-b74bdbe5884d83b3bd8dc774eb43f555a5088d5d.zip
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>
Diffstat (limited to 'drivers/mtd/devices/spear_smi.c')
-rw-r--r--drivers/mtd/devices/spear_smi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/devices/spear_smi.c b/drivers/mtd/devices/spear_smi.c
index 508bab3bd0c4..04b24d2b03f2 100644
--- a/drivers/mtd/devices/spear_smi.c
+++ b/drivers/mtd/devices/spear_smi.c
@@ -1,8 +1,8 @@
/*
* SMI (Serial Memory Controller) device driver for Serial NOR Flash on
* SPEAr platform
- * The serial nor interface is largely based on drivers/mtd/m25p80.c,
- * however the SPI interface has been replaced by SMI.
+ * The serial nor interface is largely based on m25p80.c, however the SPI
+ * interface has been replaced by SMI.
*
* Copyright © 2010 STMicroelectronics.
* Ashish Priyadarshi