aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2020-12-10 08:55:43 +0100
committerJens Axboe <[email protected]>2020-12-22 08:43:04 -0700
commitca2e270aa1aa214d77d06c705d1f19524cde3faf (patch)
treea9bb4b054888acb61299d1176dedf46a1aeb683b
parentadf4c01aba575c02ae7335255f9f9a379e594c5d (diff)
block: remove a pointless self-reference in block_dev.c
There is no point in duplicating the file name in the top of the file comment. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--fs/block_dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 9e56ee1f2652..d2fa5009d5a4 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 <[email protected]> SuSE
*/