summaryrefslogtreecommitdiffstats
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-22 10:57:23 +0200
commit8db19442e4ee494739edaddfb3758ffff7727dca (patch)
tree6f1eee316c05691d9e2157a38009e2cb7123af98 /include
parent5160c8c806400994ad2e91a3884173061fbcfd12 (diff)
downloadlinux-stable-8db19442e4ee494739edaddfb3758ffff7727dca.tar.gz
linux-stable-8db19442e4ee494739edaddfb3758ffff7727dca.tar.bz2
linux-stable-8db19442e4ee494739edaddfb3758ffff7727dca.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 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;
};