diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:56 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:56 -0700 |
commit | 739a2fe0428f24c11fe652252c2f19ef7a697209 (patch) | |
tree | b3dff94d13a022ebeca8d4e874f3bfb13d305683 /fs/xfs/scrub/trace.h | |
parent | 9b2e5a234c89f097ec36f922763dfa1465dc06f8 (diff) | |
download | linux-739a2fe0428f24c11fe652252c2f19ef7a697209.tar.gz linux-739a2fe0428f24c11fe652252c2f19ef7a697209.tar.bz2 linux-739a2fe0428f24c11fe652252c2f19ef7a697209.zip |
xfs: fix author and spdx headers on scrub/ files
Fix the spdx tags to match current practice, and update the author
contact information.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/scrub/trace.h')
-rw-r--r-- | fs/xfs/scrub/trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/scrub/trace.h b/fs/xfs/scrub/trace.h index 93ece6df02e3..9679ef7c3f01 100644 --- a/fs/xfs/scrub/trace.h +++ b/fs/xfs/scrub/trace.h @@ -1,7 +1,7 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017 Oracle. All Rights Reserved. - * Author: Darrick J. Wong <darrick.wong@oracle.com> + * Author: Darrick J. Wong <djwong@kernel.org> * * NOTE: none of these tracepoints shall be considered a stable kernel ABI * as they can change at any time. See xfs_trace.h for documentation of |