diff options
Diffstat (limited to 'fs/quota/kqid.c')
| -rw-r--r-- | fs/quota/kqid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/quota/kqid.c b/fs/quota/kqid.c index 2f97b0e2c501..f814fa90af38 100644 --- a/fs/quota/kqid.c +++ b/fs/quota/kqid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include <linux/fs.h> #include <linux/quota.h> #include <linux/export.h> @@ -55,7 +56,7 @@ EXPORT_SYMBOL(qid_lt); /** * from_kqid - Create a qid from a kqid user-namespace pair. * @targ: The user namespace we want a qid in. - * @kuid: The kernel internal quota identifier to start with. + * @kqid: The kernel internal quota identifier to start with. * * Map @kqid into the user-namespace specified by @targ and * return the resulting qid. |
