summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-05-12 16:54:17 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-05-13 15:32:45 -0700
commit508578f2f5601816ea29bec5cda00ea7d95a856d (patch)
tree4b950c5a16ff404fd6c6ba45a3cb819cdb8bdc02 /fs/xfs/libxfs/xfs_bmap.h
parentee4064e56cd81cd3126805159122f53cf4f12ae6 (diff)
downloadlinux-stable-508578f2f5601816ea29bec5cda00ea7d95a856d.tar.gz
linux-stable-508578f2f5601816ea29bec5cda00ea7d95a856d.tar.bz2
linux-stable-508578f2f5601816ea29bec5cda00ea7d95a856d.zip
xfs: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header files related to XFS File System support. For C header files Documentation/process/license-rules.rst mandates C-like comments. (opposed to C source files where C++ style should be used). Changes made by using a script provided by Joe Perches here: https://lkml.org/lkml/2019/2/7/46. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_bmap.h')
-rw-r--r--fs/xfs/libxfs/xfs_bmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_bmap.h b/fs/xfs/libxfs/xfs_bmap.h
index f3259ad5c22c..6028a3c825ba 100644
--- a/fs/xfs/libxfs/xfs_bmap.h
+++ b/fs/xfs/libxfs/xfs_bmap.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.