summaryrefslogtreecommitdiffstats
path: root/include/linux/nvme-tcp.h
diff options
context:
space:
mode:
authorChristoph Hellwig2019-02-18 09:37:42 +0100
committerChristoph Hellwig2019-02-20 15:22:10 +0100
commit055d045a7aaeef326f8ab6845519da3157887830 (patch)
treec308d265a2043d37f5d65d05615f4edc4a28ab5c /include/linux/nvme-tcp.h
parentnvme_ioctl.h: remove duplicate GPL boilerplate (diff)
downloadkernel-qcow2-linux-055d045a7aaeef326f8ab6845519da3157887830.tar.gz
kernel-qcow2-linux-055d045a7aaeef326f8ab6845519da3157887830.tar.xz
kernel-qcow2-linux-055d045a7aaeef326f8ab6845519da3157887830.zip
nvme-tcp.h: fix SPDX header
For .h files we need to use /* */ style comments. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'include/linux/nvme-tcp.h')
-rw-r--r--include/linux/nvme-tcp.h2
1 files changed, 1 insertions, 1 deletions
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.