Commit c30ff698 authored by David Sterba's avatar David Sterba
Browse files

btrfs: fix SPDX comment in tree-mod-log.h



The header files should use the /* */ comment style, introduced in
commit f3a84ccd ("btrfs: move the tree mod log code into its own
file").

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent a982fc82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef BTRFS_TREE_MOD_LOG_H
#define BTRFS_TREE_MOD_LOG_H