فهرست منبع

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>
Boris Brezillon 7 سال پیش
والد
کامیت
801492c508
4فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  1. 0 2
      drivers/mtd/onenand/generic.c
  2. 0 2
      drivers/mtd/onenand/omap2.c
  3. 0 2
      drivers/mtd/onenand/onenand_base.c
  4. 0 2
      drivers/mtd/onenand/onenand_bbt.c

+ 0 - 2
drivers/mtd/onenand/generic.c

@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/generic.c
- *
  *  Copyright (c) 2005 Samsung Electronics
  *  Kyungmin Park <kyungmin.park@samsung.com>
  *

+ 0 - 2
drivers/mtd/onenand/omap2.c

@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/omap2.c
- *
  *  OneNAND driver for OMAP2 / OMAP3
  *
  *  Copyright © 2005-2006 Nokia Corporation

+ 0 - 2
drivers/mtd/onenand/onenand_base.c

@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/mtd/onenand/onenand_base.c
- *
  *  Copyright © 2005-2009 Samsung Electronics
  *  Copyright © 2007 Nokia Corporation
  *

+ 0 - 2
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