Commit 801492c5 authored by Boris Brezillon's avatar Boris Brezillon

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: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent 3383fb35
/* /*
* linux/drivers/mtd/onenand/generic.c
*
* Copyright (c) 2005 Samsung Electronics * Copyright (c) 2005 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com> * Kyungmin Park <kyungmin.park@samsung.com>
* *
......
/* /*
* linux/drivers/mtd/onenand/omap2.c
*
* OneNAND driver for OMAP2 / OMAP3 * OneNAND driver for OMAP2 / OMAP3
* *
* Copyright © 2005-2006 Nokia Corporation * Copyright © 2005-2006 Nokia Corporation
......
/* /*
* linux/drivers/mtd/onenand/onenand_base.c
*
* Copyright © 2005-2009 Samsung Electronics * Copyright © 2005-2009 Samsung Electronics
* Copyright © 2007 Nokia Corporation * Copyright © 2007 Nokia Corporation
* *
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* linux/drivers/mtd/onenand/onenand_bbt.c
*
* Bad Block Table support for the OneNAND driver * Bad Block Table support for the OneNAND driver
* *
* Copyright(c) 2005 Samsung Electronics * Copyright(c) 2005 Samsung Electronics
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment