From: Christoph Hellwig Date: Mon, 18 Feb 2019 08:37:42 +0000 (+0100) Subject: nvme-tcp.h: fix SPDX header X-Git-Tag: for-5.1/block-20190224~7^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=055d045a7aaeef326f8ab6845519da3157887830;p=linux-block.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.