diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-18 19:05:15 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-03-15 17:40:35 +0300 |
commit | 801492c508f617d5bdc383b98b4a49d7de90c154 (patch) | |
tree | a6697b60a58dbe3029fab3661858cf2d2ee08d80 /drivers/mtd/onenand/onenand_bbt.c | |
parent | 3383fb35c9b886e54d04796964cae2cd757a11d8 (diff) | |
download | linux-801492c508f617d5bdc383b98b4a49d7de90c154.tar.xz |
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_bbt.c')
-rw-r--r-- | drivers/mtd/onenand/onenand_bbt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/onenand/onenand_bbt.c b/drivers/mtd/onenand/onenand_bbt.c index 420260c25ca0..dde20487937d 100644 --- a/drivers/mtd/onenand/onenand_bbt.c +++ b/drivers/mtd/onenand/onenand_bbt.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 /* - * linux/drivers/mtd/onenand/onenand_bbt.c - * * Bad Block Table support for the OneNAND driver * * Copyright(c) 2005 Samsung Electronics |