From: David Sterba Date: Thu, 27 Oct 2022 16:12:04 +0000 (+0200) Subject: btrfs: fix SPDX comment in tree-mod-log.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c30ff698da87aeabb459cca75fe4a77a858609fb;p=linux.git 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 --- diff --git a/fs/btrfs/tree-mod-log.h b/fs/btrfs/tree-mod-log.h index 8cffe0bc2a39d..94f10afeee972 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