fs-verity: remove filenames from file comments
authorEric Biggers <ebiggers@google.com>
Fri, 13 Nov 2020 21:19:15 +0000 (13:19 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 16 Nov 2020 19:40:10 +0000 (11:40 -0800)
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>
fs/verity/enable.c
fs/verity/hash_algs.c
fs/verity/init.c
fs/verity/measure.c
fs/verity/open.c
fs/verity/signature.c
fs/verity/verify.c

index 5ab3bbec810873d260923b159cce06823a2dfd48..9c5b28c8652267b6ace3852b39ebf87dc864697b 100644 (file)
@@ -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
  */
index c37e186ebeb6c455db68c6580a889d4378161fd7..71d0fccb6d4c44ffc09bf7fef3ac416dfe3ff21a 100644 (file)
@@ -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
  */
index 94c104e00861d21d632d2fbe62a3a610a093baa6..c98b7016f446be963e9ee57d96660335906743ae 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/init.c: fs-verity module initialization and logging
+ * fs-verity module initialization and logging
  *
  * Copyright 2019 Google LLC
  */
index df409a5682edf9a568219d541a0902e9abb91bb9..5300b8d385376ded79ea66feb53f16edff31a062 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/measure.c: ioctl to get a verity file's measurement
+ * Ioctl to get a verity file's measurement
  *
  * Copyright 2019 Google LLC
  */
index bfe0280c14e49a7e25408f08bb66dd5ca1641251..a28d5be78a09c74d253316a6c2e900b47796c252 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/open.c: opening fs-verity files
+ * Opening fs-verity files
  *
  * Copyright 2019 Google LLC
  */
index b14ed96387ece05635780ef34e267729fe27ccb5..12794a4dd15852ba43bc794ab53243f312b95be2 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/signature.c: verification of builtin signatures
+ * Verification of builtin signatures
  *
  * Copyright 2019 Google LLC
  */
index a8b68c6f663d123c18ae1238dd3b1186ae846968..0adb970f4e7368a3c138edfe66a46a714d47b3d0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * fs/verity/verify.c: data verification functions, i.e. hooks for ->readpages()
+ * Data verification functions, i.e. hooks for ->readpages()
  *
  * Copyright 2019 Google LLC
  */