diff options
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); | |||
55 | /** | 55 | /** |
56 | * from_kqid - Create a qid from a kqid user-namespace pair. | 56 | * from_kqid - Create a qid from a kqid user-namespace pair. |
57 | * @targ: The user namespace we want a qid in. | 57 | * @targ: The user namespace we want a qid in. |
58 | * @kuid: The kernel internal quota identifier to start with. | 58 | * @kqid: The kernel internal quota identifier to start with. |
59 | * | 59 | * |
60 | * Map @kqid into the user-namespace specified by @targ and | 60 | * Map @kqid into the user-namespace specified by @targ and |
61 | * return the resulting qid. | 61 | * return the resulting qid. |