checkpatch: verify SPDX comment style
authorJoe Perches <[email protected]>
Fri, 8 Mar 2019 00:28:32 +0000 (16:28 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Mar 2019 02:32:00 +0000 (18:32 -0800)
commitfdf13693d370653013eec3bc7f80a3f535001bf0
tree4c058ea6475ee9f1210cabae956f63fe3a254fd8
parent488cf83380b72270b70a80de1eaff53899b1febb
checkpatch: verify SPDX comment style

Using SPDX commenting style // or /* is specified for various file types
in Documentation/process/license-rules.rst so add an appropriate test for
.[chsS] files because many proposed file additions and patches do not use
the correct style.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Joe Perches <[email protected]>
Cc: Rob Herring <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl