From: Christoph Hellwig Date: Thu, 10 Dec 2020 07:55:43 +0000 (+0100) Subject: block: remove a pointless self-reference in block_dev.c X-Git-Tag: microblaze-v5.12~27^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=ca2e270aa1aa214d77d06c705d1f19524cde3faf;p=linux-2.6-microblaze.git 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 Reviewed-by: Johannes Thumshirn Signed-off-by: Jens Axboe --- 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 SuSE */