summaryrefslogtreecommitdiff
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-30 08:10:25 +0200
committerJessica Yu <jeyu@kernel.org>2020-08-01 16:05:02 +0200
commitcd8732cdcc37d7077c4fa2c966b748c0662b607e (patch)
treed6d8ae4e481f172953efe202a520abc2e711fbda /include/linux/module.h
parent34e64705ad415ed7a816e60ef62b42fe6d1729d9 (diff)
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.h2
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;
};