block: remove a pointless self-reference in block_dev.c
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Dec 2020 07:55:43 +0000 (08:55 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Dec 2020 15:43:04 +0000 (08:43 -0700)
There is no point in duplicating the file name in the top of the file
comment.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/block_dev.c

index 9e56ee1..d2fa500 100644 (file)
@@ -1,7 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- *  linux/fs/block_dev.c
- *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *  Copyright (C) 2001  Andrea Arcangeli <andrea@suse.de> SuSE
  */