projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf4c01
)
block: remove a pointless self-reference in block_dev.c
author
Christoph Hellwig
<hch@lst.de>
Thu, 10 Dec 2020 07:55:43 +0000
(08:55 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 22 Dec 2020 15:43:04 +0000
(08:43 -0700)
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>
fs/block_dev.c
patch
|
blob
|
history
diff --git
a/fs/block_dev.c
b/fs/block_dev.c
index 9e56ee1f265230c24084ec5109364db1b6721897..d2fa5009d5a481152139d172aebcabd04d19c810 100644
(file)
--- 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
*/