diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-12 04:59:56 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-04-12 04:59:56 +0300 |
commit | 739a2fe0428f24c11fe652252c2f19ef7a697209 (patch) | |
tree | b3dff94d13a022ebeca8d4e874f3bfb13d305683 /fs/xfs/scrub/attr.h | |
parent | 9b2e5a234c89f097ec36f922763dfa1465dc06f8 (diff) | |
download | linux-739a2fe0428f24c11fe652252c2f19ef7a697209.tar.xz |
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/attr.h')
-rw-r--r-- | fs/xfs/scrub/attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/attr.h b/fs/xfs/scrub/attr.h index 3590e10e3e62..f9680cb02a30 100644 --- a/fs/xfs/scrub/attr.h +++ b/fs/xfs/scrub/attr.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019 Oracle. All Rights Reserved. - * Author: Darrick J. Wong <darrick.wong@oracle.com> + * Author: Darrick J. Wong <djwong@kernel.org> */ #ifndef __XFS_SCRUB_ATTR_H__ #define __XFS_SCRUB_ATTR_H__ |