Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm: avoid inline filenames

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>

authored by

Heinz Mauelshagen and committed by
Mike Snitzer
9bfeac5d b30f1607

+2 -5
+1 -2
drivers/md/dm-ima.c
··· 4 4 * 5 5 * Author: Tushar Sugandhi <tusharsu@linux.microsoft.com> 6 6 * 7 - * File: dm-ima.c 8 - * Enables IMA measurements for DM targets 7 + * Enables IMA measurements for DM targets 9 8 */ 10 9 11 10 #include "dm-core.h"
+1 -2
drivers/md/dm-ima.h
··· 4 4 * 5 5 * Author: Tushar Sugandhi <tusharsu@linux.microsoft.com> 6 6 * 7 - * File: dm-ima.h 8 - * Header file for device mapper IMA measurements. 7 + * Header file for device mapper IMA measurements. 9 8 */ 10 9 11 10 #ifndef DM_IMA_H
-1
drivers/md/dm-init.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 3 /* 4 - * dm-init.c 5 4 * Copyright (C) 2017 The Chromium OS Authors <chromium-os-dev@chromium.org> 6 5 * 7 6 * This file is released under the GPLv2.