projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadccd8
)
nvme-tcp.h: fix SPDX header
author
Christoph Hellwig
<hch@lst.de>
Mon, 18 Feb 2019 08:37:42 +0000
(09:37 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 20 Feb 2019 14:22:10 +0000
(07:22 -0700)
For .h files we need to use /* */ style comments.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
include/linux/nvme-tcp.h
patch
|
blob
|
history
diff --git
a/include/linux/nvme-tcp.h
b/include/linux/nvme-tcp.h
index 03d87c0550a906b033f66b867dbe3a15c65c5636..959e0bd9a913ed4a424ee20b3aa59165fc78b386 100644
(file)
--- 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.