summaryrefslogtreecommitdiff
path: root/include/linux/nvme-tcp.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-02-18 09:37:42 +0100
committerChristoph Hellwig <hch@lst.de>2019-02-20 07:22:10 -0700
commit055d045a7aaeef326f8ab6845519da3157887830 (patch)
treec308d265a2043d37f5d65d05615f4edc4a28ab5c /include/linux/nvme-tcp.h
parentfadccd8fc2d06cf7fd222245d7e04b00fae946cf (diff)
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.