diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-06 01:01:59 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-16 12:08:27 +0300 |
commit | 43a0a45abc4ab386f3ba978c877a2b68a0cad448 (patch) | |
tree | 42447328332c70606d25dec2bebef2fc5ea3b9ec /drivers/mtd/nand/au1550nd.c | |
parent | fb3bff5b407e58493fa6bc44f24217f649aecd25 (diff) | |
download | linux-43a0a45abc4ab386f3ba978c877a2b68a0cad448.tar.xz |
mtd: nand: 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/nand/au1550nd.c')
-rw-r--r-- | drivers/mtd/nand/au1550nd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c index 8ab827edf94e..df0ef1f1e2f5 100644 --- a/drivers/mtd/nand/au1550nd.c +++ b/drivers/mtd/nand/au1550nd.c @@ -1,6 +1,4 @@ /* - * drivers/mtd/nand/au1550nd.c - * * Copyright (C) 2004 Embedded Edge, LLC * * This program is free software; you can redistribute it and/or modify |