diff options
| author | Christoph Hellwig <hch@lst.de> | 2020-07-30 08:10:25 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-11 14:04:04 +0200 |
| commit | c4698910a9afc8cee7f0ade4abc867a290300f23 (patch) | |
| tree | 2711c2141c618bc90f634bde29dfad13c1408f98 /include/linux/module.h | |
| parent | 7500d4999431211638ea7f3572b09bc274edeb96 (diff) | |
modules: rename the licence field in struct symsearch to license
commit cd8732cdcc37d7077c4fa2c966b748c0662b607e upstream.
Use the same spelling variant as the rest of the file.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 37468023b219..ab9a0912ce1f 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -565,7 +565,7 @@ struct symsearch { NOT_GPL_ONLY, GPL_ONLY, WILL_BE_GPL_ONLY, - } licence; + } license; bool unused; }; |
