From: Christoph Hellwig Date: Mon, 18 Feb 2019 08:37:42 +0000 (+0100) Subject: nvme-tcp.h: fix SPDX header X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=055d045a7aaeef326f8ab6845519da3157887830;p=openwrt%2Fstaging%2Fblogic.git nvme-tcp.h: fix SPDX header For .h files we need to use /* */ style comments. Signed-off-by: Christoph Hellwig Reviewed-by: Sagi Grimberg --- diff --git a/include/linux/nvme-tcp.h b/include/linux/nvme-tcp.h index 03d87c0550a9..959e0bd9a913 100644 --- a/include/linux/nvme-tcp.h +++ b/include/linux/nvme-tcp.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * NVMe over Fabrics TCP protocol header. * Copyright (c) 2018 Lightbits Labs. All rights reserved.