VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Eric Biggers <ebiggers@google.com> 2020-11-13 13:19:15 -0800 committer: Eric Biggers <ebiggers@google.com> 2020-11-16 11:40:10 -0800 commit: 7bf765dd8442d2b482803f50613b9c2543491f4a parent: 09162bc32c880a791c6c0668ce0745cf7958f576
Commit Summary:
fs-verity: remove filenames from file comments
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/verity/hash_algs.c b/fs/verity/hash_algs.c
index c37e186ebeb6..71d0fccb6d4c 100644
--- a/fs/verity/hash_algs.c
+++ b/fs/verity/hash_algs.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/hash_algs.c: fs-verity hash algorithms
+ * fs-verity hash algorithms
  *
  * Copyright 2019 Google LLC
  */