aboutsummaryrefslogtreecommitdiffstats
path: root/spdxcheck-print-out-files-without-any-spdx-lines.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:20:57 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:20:57 +0100
commitee9dcf22a075bce42d85b58108ca601ca434e663 (patch)
tree3d45f9e2fe020d467fbca570d9c4d481afa190ac /spdxcheck-print-out-files-without-any-spdx-lines.patch
parent40c493e29885df8b9e3eaef8418af97ce8a90967 (diff)
downloadpatches-ee9dcf22a075bce42d85b58108ca601ca434e663.tar.gz
update patches based on what is merged in Linus's tree
Diffstat (limited to 'spdxcheck-print-out-files-without-any-spdx-lines.patch')
-rw-r--r--spdxcheck-print-out-files-without-any-spdx-lines.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdxcheck-print-out-files-without-any-spdx-lines.patch b/spdxcheck-print-out-files-without-any-spdx-lines.patch
index cc767b3a617112..1d1d23beae0aef 100644
--- a/spdxcheck-print-out-files-without-any-spdx-lines.patch
+++ b/spdxcheck-print-out-files-without-any-spdx-lines.patch
@@ -14,7 +14,7 @@ Just a hack to make it easy to see what still needs to be converted.
--- a/scripts/spdxcheck.py
+++ b/scripts/spdxcheck.py
-@@ -204,7 +204,10 @@ def scan_git_tree(tree):
+@@ -210,7 +210,10 @@ def scan_git_tree(tree):
if not os.path.isfile(el.path):
continue
with open(el.path, 'rb') as fd: