Re: [PATCH] libxfs: fix spdx tag in xfs_cksum.h
From: Eric Sandeen <hidden>
Date: 2018-08-01 22:48:03
From: Eric Sandeen <hidden>
Date: 2018-08-01 22:48:03
On 8/1/18 3:55 PM, Darrick J. Wong wrote:
From: Darrick J. Wong <redacted> Change the SPDX tag style to match the kernel.
Sure :) Reviewed-by: Eric Sandeen <redacted>
Signed-off-by: Darrick J. Wong <redacted> --- libxfs/xfs_cksum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/libxfs/xfs_cksum.h b/libxfs/xfs_cksum.h index b4bf9b4c..999a290c 100644 --- a/libxfs/xfs_cksum.h +++ b/libxfs/xfs_cksum.h@@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XFS_CKSUM_H #define _XFS_CKSUM_H 1 --To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html