diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-18 17:05:15 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-03-15 15:40:35 +0100 |
commit | 801492c508f617d5bdc383b98b4a49d7de90c154 (patch) | |
tree | a6697b60a58dbe3029fab3661858cf2d2ee08d80 /drivers/mtd/onenand/onenand_base.c | |
parent | 3383fb35c9b886e54d04796964cae2cd757a11d8 (diff) | |
download | talos-obmc-linux-801492c508f617d5bdc383b98b4a49d7de90c154.tar.gz talos-obmc-linux-801492c508f617d5bdc383b98b4a49d7de90c154.zip |
mtd: onenand: Get rid of comments giving the file path inside the file itself
Some files add a comment giving the path of the file inside the Linux
tree, which is pretty useless since the reader had to find the file to
open it.
Getting rid of these comments will also allow us to easily move these
files around when needed.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/mtd/onenand/onenand_base.c')
-rw-r--r-- | drivers/mtd/onenand/onenand_base.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c index 979f4031f23c..05907b1b4098 100644 --- a/drivers/mtd/onenand/onenand_base.c +++ b/drivers/mtd/onenand/onenand_base.c @@ -1,6 +1,4 @@ /* - * linux/drivers/mtd/onenand/onenand_base.c - * * Copyright © 2005-2009 Samsung Electronics * Copyright © 2007 Nokia Corporation * |