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: v5.11-rc1~24^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca2e270aa1aa214d77d06c705d1f19524cde3faf;p=thirdparty%2Fkernel%2Flinux.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 9e56ee1f26523..d2fa5009d5a48 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 */