diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-30 09:10:25 +0300 |
---|---|---|
committer | Jessica Yu <jeyu@kernel.org> | 2020-08-01 17:05:02 +0300 |
commit | cd8732cdcc37d7077c4fa2c966b748c0662b607e (patch) | |
tree | d6d8ae4e481f172953efe202a520abc2e711fbda /include/linux/module.h | |
parent | 34e64705ad415ed7a816e60ef62b42fe6d1729d9 (diff) | |
download | linux-cd8732cdcc37d7077c4fa2c966b748c0662b607e.tar.xz |
modules: rename the licence field in struct symsearch to license
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>
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 b79219eed83c..be04ba2f881d 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -586,7 +586,7 @@ struct symsearch { NOT_GPL_ONLY, GPL_ONLY, WILL_BE_GPL_ONLY, - } licence; + } license; bool unused; }; |