From: Henrik Kretzschmar Date: Wed, 6 Sep 2006 07:03:41 +0000 (-0700) Subject: [PATCH] add missing desctiption in super.c X-Git-Tag: v3.12-rc1~34127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe2bbc4832659b7ffc867cac03e0a92ae81e11e4;p=kernel%2Fkernel-generic.git [PATCH] add missing desctiption in super.c Adds kernel-doc for alloc_super() type in fs/super.c. Signed-off-by: Henrik Kretzschmar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/super.c b/fs/super.c index 6d4e817..5c4c94d 100644 --- a/fs/super.c +++ b/fs/super.c @@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock); /** * alloc_super - create new superblock + * @type: filesystem type superblock should belong to * * Allocates and initializes a new &struct super_block. alloc_super() * returns a pointer new superblock or %NULL if allocation had failed.