From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2120.oracle.com ([156.151.31.85]:43832 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732117AbeHAWnQ (ORCPT ); Wed, 1 Aug 2018 18:43:16 -0400 Date: Wed, 1 Aug 2018 13:55:31 -0700 From: "Darrick J. Wong" Subject: [PATCH] libxfs: fix spdx tag in xfs_cksum.h Message-ID: <20180801205531.GK30972@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: xfs From: Darrick J. Wong Change the SPDX tag style to match the kernel. Signed-off-by: Darrick J. Wong --- 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