diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-30 09:10:25 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 11:57:23 +0300 |
commit | 8db19442e4ee494739edaddfb3758ffff7727dca (patch) | |
tree | 6f1eee316c05691d9e2157a38009e2cb7123af98 /include/linux | |
parent | 5160c8c806400994ad2e91a3884173061fbcfd12 (diff) | |
download | linux-8db19442e4ee494739edaddfb3758ffff7727dca.tar.xz |
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')
-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 e0ac233a1ba7..beb234846256 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -526,7 +526,7 @@ struct symsearch { NOT_GPL_ONLY, GPL_ONLY, WILL_BE_GPL_ONLY, - } licence; + } license; bool unused; }; |