On Fri, 2020-11-13 at 13:19 -0800, Eric Biggers wrote: > From: Eric Biggers > > 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. > > Signed-off-by: Eric Biggers > --- > fs/verity/enable.c | 2 +- > fs/verity/hash_algs.c | 2 +- > fs/verity/init.c | 2 +- > fs/verity/measure.c | 2 +- > fs/verity/open.c | 2 +- > fs/verity/signature.c | 2 +- > fs/verity/verify.c | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi