diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-18 11:37:42 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-02-20 17:22:10 +0300 |
commit | 055d045a7aaeef326f8ab6845519da3157887830 (patch) | |
tree | c308d265a2043d37f5d65d05615f4edc4a28ab5c | |
parent | fadccd8fc2d06cf7fd222245d7e04b00fae946cf (diff) | |
download | linux-055d045a7aaeef326f8ab6845519da3157887830.tar.xz |
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>
-rw-r--r-- | include/linux/nvme-tcp.h | 2 |
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. |