summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-mod-log.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2022-10-27 18:12:04 +0200
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:48 +0100
commitc30ff698da87aeabb459cca75fe4a77a858609fb (patch)
tree74d93a5d67d7acb182e86a706459e3122867a817 /fs/btrfs/tree-mod-log.h
parenta982fc822001e26930b502b16534f6bbd42b232a (diff)
downloadlinux-c30ff698da87aeabb459cca75fe4a77a858609fb.tar.gz
linux-c30ff698da87aeabb459cca75fe4a77a858609fb.tar.bz2
linux-c30ff698da87aeabb459cca75fe4a77a858609fb.zip
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/btrfs/tree-mod-log.h')
-rw-r--r--fs/btrfs/tree-mod-log.h2
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