diff mbox series

[2/3] block: remove a pointless self-reference in block_dev.c

Message ID 20201210075544.2715861-3-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/3] MAINTAINERS: add fs/block_dev.c to the block section | expand

Commit Message

Christoph Hellwig Dec. 10, 2020, 7:55 a.m. UTC
There is no point in duplicating the file name in the top of the file
comment.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/block_dev.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fs/block_dev.c b/fs/block_dev.c
index 9e56ee1f265230..d2fa5009d5a481 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -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
  */