diff options
author | Eric Biggers <ebiggers@google.com> | 2020-11-14 00:19:15 +0300 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2020-11-16 22:40:10 +0300 |
commit | 7bf765dd8442d2b482803f50613b9c2543491f4a (patch) | |
tree | 1c6253ce04fd940fe649528188fecde8d96c3d72 /fs/verity/hash_algs.c | |
parent | 09162bc32c880a791c6c0668ce0745cf7958f576 (diff) | |
download | linux-7bf765dd8442d2b482803f50613b9c2543491f4a.tar.xz |
fs-verity: remove filenames from file comments
Embedding the file path inside kernel source code files isn't
particularly useful as often files are moved around and the paths become
incorrect. checkpatch.pl warns about this since v5.10-rc1.
Acked-by: Luca Boccassi <luca.boccassi@microsoft.com>
Link: https://lore.kernel.org/r/20201113211918.71883-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/verity/hash_algs.c')
-rw-r--r-- | fs/verity/hash_algs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |