mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
btrfs: fix SPDX comment in tree-mod-log.h
The header files should use the /* */ comment style, introduced in
commit f3a84ccd28 ("btrfs: move the tree mod log code into its own
file").
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
|
|
||||||
#ifndef BTRFS_TREE_MOD_LOG_H
|
#ifndef BTRFS_TREE_MOD_LOG_H
|
||||||
#define BTRFS_TREE_MOD_LOG_H
|
#define BTRFS_TREE_MOD_LOG_H
|
||||||
|
|||||||
Reference in New Issue
Block a user