Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41018a55 authored by Eric Biggers's avatar Eric Biggers Committed by Paul Lawrence
Browse files

UPSTREAM: 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: default avatarLuca Boccassi <luca.boccassi@microsoft.com>
Link: https://lore.kernel.org/r/20201113211918.71883-2-ebiggers@kernel.org


Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Bug: 186190934
Test: With rest of series and ABI update incrementalfs.ko loads
(cherry picked from commit 7bf765dd8442d2b482803f50613b9c2543491f4a)
Signed-off-by: default avatarPaul Lawrence <paullawrence@google.com>
Change-Id: I1b4776bf09eda7ad9a0984519881ef4bb774c285
parent 3f37ba9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// 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
 */
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * fs/verity/hash_algs.c: fs-verity hash algorithms
 * fs-verity hash algorithms
 *
 * Copyright 2019 Google LLC
 */
+1 −1
Original line number Diff line number Diff line
// 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
 */
+1 −1
Original line number Diff line number Diff line
// 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
 */
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * fs/verity/open.c: opening fs-verity files
 * Opening fs-verity files
 *
 * Copyright 2019 Google LLC
 */
Loading