diff options
author | David Sterba <dsterba@suse.com> | 2022-10-27 19:12:04 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:48 +0300 |
commit | c30ff698da87aeabb459cca75fe4a77a858609fb (patch) | |
tree | 74d93a5d67d7acb182e86a706459e3122867a817 /fs | |
parent | a982fc822001e26930b502b16534f6bbd42b232a (diff) | |
download | linux-c30ff698da87aeabb459cca75fe4a77a858609fb.tar.xz |
btrfs: fix SPDX comment in tree-mod-log.h
The header files should use the /* */ comment style, introduced in
commit f3a84ccd28d0 ("btrfs: move the tree mod log code into its own
file").
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/tree-mod-log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-mod-log.h b/fs/btrfs/tree-mod-log.h index 8cffe0bc2a39..94f10afeee97 100644 --- a/fs/btrfs/tree-mod-log.h +++ b/fs/btrfs/tree-mod-log.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BTRFS_TREE_MOD_LOG_H #define BTRFS_TREE_MOD_LOG_H |