[PATCH] add missing desctiption in super.c

Adds kernel-doc for alloc_super() type in fs/super.c.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Henrik Kretzschmar and committed by Linus Torvalds fe2bbc48 6dba2837

+1
+1
fs/super.c
··· 49 50 /** 51 * alloc_super - create new superblock 52 * 53 * Allocates and initializes a new &struct super_block. alloc_super() 54 * returns a pointer new superblock or %NULL if allocation had failed.
··· 49 50 /** 51 * alloc_super - create new superblock 52 + * @type: filesystem type superblock should belong to 53 * 54 * Allocates and initializes a new &struct super_block. alloc_super() 55 * returns a pointer new superblock or %NULL if allocation had failed.