Skip to content

Commit

Permalink
[PATCH] add missing desctiption in super.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Henrik Kretzschmar authored and Linus Torvalds committed Sep 6, 2006
1 parent 6dba283 commit fe2bbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe2bbc4

Please sign in to comment.