diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-05 23:01:59 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-16 10:08:27 +0100 |
commit | 43a0a45abc4ab386f3ba978c877a2b68a0cad448 (patch) | |
tree | 42447328332c70606d25dec2bebef2fc5ea3b9ec /drivers/mtd/nand/cmx270_nand.c | |
parent | mtd: nand: toshiba: Retrieve ECC requirements from extended ID (diff) | |
download | linux-43a0a45abc4ab386f3ba978c877a2b68a0cad448.tar.xz linux-43a0a45abc4ab386f3ba978c877a2b68a0cad448.zip |
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/cmx270_nand.c')
-rw-r--r-- | drivers/mtd/nand/cmx270_nand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/nand/cmx270_nand.c b/drivers/mtd/nand/cmx270_nand.c index b01c9804590e..66749ade9654 100644 --- a/drivers/mtd/nand/cmx270_nand.c +++ b/drivers/mtd/nand/cmx270_nand.c @@ -1,6 +1,4 @@ /* - * linux/drivers/mtd/nand/cmx270-nand.c - * * Copyright (C) 2006 Compulab, Ltd. * Mike Rapoport <mike@compulab.co.il> * |