summaryrefslogtreecommitdiffstats
path: root/fs/verity/enable.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-11-13 13:19:15 -0800
committerEric Biggers <ebiggers@google.com>2020-11-16 11:40:10 -0800
commit7bf765dd8442d2b482803f50613b9c2543491f4a (patch)
tree1c6253ce04fd940fe649528188fecde8d96c3d72 /fs/verity/enable.c
parent09162bc32c880a791c6c0668ce0745cf7958f576 (diff)
downloadlinux-7bf765dd8442d2b482803f50613b9c2543491f4a.tar.gz
linux-7bf765dd8442d2b482803f50613b9c2543491f4a.tar.bz2
linux-7bf765dd8442d2b482803f50613b9c2543491f4a.zip
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/enable.c')
-rw-r--r--fs/verity/enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/verity/enable.c b/fs/verity/enable.c
index 5ab3bbec8108..9c5b28c86522 100644
--- a/fs/verity/enable.c
+++ b/fs/verity/enable.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * fs/verity/enable.c: ioctl to enable verity on a file
+ * Ioctl to enable verity on a file
*
* Copyright 2019 Google LLC
*/