diff options
author | Christoph Hellwig <hch@lst.de> | 2020-12-10 08:55:43 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-12-22 08:43:04 -0700 |
commit | ca2e270aa1aa214d77d06c705d1f19524cde3faf (patch) | |
tree | a9bb4b054888acb61299d1176dedf46a1aeb683b /fs/block_dev.c | |
parent | adf4c01aba575c02ae7335255f9f9a379e594c5d (diff) | |
download | linux-ca2e270aa1aa214d77d06c705d1f19524cde3faf.tar.bz2 |
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 <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/block_dev.c')
-rw-r--r-- | fs/block_dev.c | 2 |
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 <andrea@suse.de> SuSE */ |