diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-30 10:20:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-30 10:20:57 +0100 |
commit | ee9dcf22a075bce42d85b58108ca601ca434e663 (patch) | |
tree | 3d45f9e2fe020d467fbca570d9c4d481afa190ac /spdxcheck-print-out-files-without-any-spdx-lines.patch | |
parent | 40c493e29885df8b9e3eaef8418af97ce8a90967 (diff) | |
download | patches-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.patch | 2 |
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: |