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: baikal/mips/sdk5.9~11884^2~3 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=19732bbb47f8a49a03ba30b7c5aae64dfe428849;p=kernel.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 */