commit | 7bf765dd8442d2b482803f50613b9c2543491f4a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Nov 13 13:19:15 2020 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Mon Nov 16 11:40:10 2020 -0800 |
tree | 1c6253ce04fd940fe649528188fecde8d96c3d72 | |
parent | 09162bc32c880a791c6c0668ce0745cf7958f576 [diff] |
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>