dm: avoid inline filenames

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Heinz Mauelshagen 2023-02-07 20:56:57 +01:00 committed by Mike Snitzer
parent b30f160714
commit 9bfeac5d33
3 changed files with 2 additions and 5 deletions

View file

@ -4,8 +4,7 @@
* *
* Author: Tushar Sugandhi <tusharsu@linux.microsoft.com> * Author: Tushar Sugandhi <tusharsu@linux.microsoft.com>
* *
* File: dm-ima.c * Enables IMA measurements for DM targets
* Enables IMA measurements for DM targets
*/ */
#include "dm-core.h" #include "dm-core.h"

View file

@ -4,8 +4,7 @@
* *
* Author: Tushar Sugandhi <tusharsu@linux.microsoft.com> * Author: Tushar Sugandhi <tusharsu@linux.microsoft.com>
* *
* File: dm-ima.h * Header file for device mapper IMA measurements.
* Header file for device mapper IMA measurements.
*/ */
#ifndef DM_IMA_H #ifndef DM_IMA_H

View file

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* dm-init.c
* Copyright (C) 2017 The Chromium OS Authors <chromium-os-dev@chromium.org> * Copyright (C) 2017 The Chromium OS Authors <chromium-os-dev@chromium.org>
* *
* This file is released under the GPLv2. * This file is released under the GPLv2.