VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
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 parent: adf4c01aba575c02ae7335255f9f9a379e594c5d
Commit Summary:
block: remove a pointless self-reference in block_dev.c
Diffstat:
1 file 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
  */