aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-30 08:10:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-11 14:04:04 +0200
commitc4698910a9afc8cee7f0ade4abc867a290300f23 (patch)
tree2711c2141c618bc90f634bde29dfad13c1408f98 /include
parentmodules: unexport __module_address (diff)
downloadwireguard-linux-c4698910a9afc8cee7f0ade4abc867a290300f23.tar.xz
wireguard-linux-c4698910a9afc8cee7f0ade4abc867a290300f23.zip
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')
-rw-r--r--include/linux/module.h2
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;
};