mtd: onenand: Get rid of comments giving the file path inside the file itself
authorBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 18 Feb 2018 16:05:15 +0000 (17:05 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 15 Mar 2018 14:40:35 +0000 (15:40 +0100)
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>
drivers/mtd/onenand/generic.c
drivers/mtd/onenand/omap2.c
drivers/mtd/onenand/onenand_base.c
drivers/mtd/onenand/onenand_bbt.c

index 125da34d8ff95746922c5741ed358554b06d9c5d..d5ccaf943b91f710fde971442cc5c5b4be74dea0 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/generic.c
- *
  *  Copyright (c) 2005 Samsung Electronics
  *  Kyungmin Park <kyungmin.park@samsung.com>
  *
index 87c34f607a75745cd5f254c2b8806040658fdc09..9c159f0dd9a61183892bb067c41dac17386c56e6 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/omap2.c
- *
  *  OneNAND driver for OMAP2 / OMAP3
  *
  *  Copyright © 2005-2006 Nokia Corporation
index 979f4031f23cab8ef5ff87e0318162cdaf688a46..05907b1b409892369deb0b67fcb01741c2a78c3b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/onenand_base.c
- *
  *  Copyright © 2005-2009 Samsung Electronics
  *  Copyright © 2007 Nokia Corporation
  *
index 420260c25ca05432fd80fb927be9d43bc7f520e5..dde20487937dde328ce6b82d829c29c193eb75be 100644 (file)
@@ -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