diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-07-04 21:44:25 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2014-07-15 22:40:23 +0200 |
commit | 2c15ac5bdb0009645f1f5962086021daa6b52d3f (patch) | |
tree | 3d507d337afe1dcd853394d9f34142e049d72d30 /fs/quota/kqid.c | |
parent | e973606cc27527324a34127a3a8cc85bbb25a391 (diff) | |
download | linux-2c15ac5bdb0009645f1f5962086021daa6b52d3f.tar.bz2 |
fs/quota: kernel-doc warning fixes
type and id were removed and qid added to quota_send_warning in commit
431f19744d15
("userns: Convert quota netlink aka quota_send_warning")
Cc: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/kqid.c')
-rw-r--r-- | fs/quota/kqid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/kqid.c b/fs/quota/kqid.c index 2f97b0e2c501..ebc5e6285800 100644 --- a/fs/quota/kqid.c +++ b/fs/quota/kqid.c @@ -55,7 +55,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. |