Skip to content

Commit

Permalink
fs/dcache.c: fix new kernel-doc warning
Browse files Browse the repository at this point in the history
Fix new kernel-doc warning in fs/dcache.c:

  Warning(fs/dcache.c:797): No description found for parameter 'sb'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Aug 4, 2011
1 parent 88eca02 commit 2af1416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ static void __shrink_dcache_sb(struct super_block *sb, int count, int flags)

/**
* prune_dcache_sb - shrink the dcache
* @sb: superblock
* @nr_to_scan: number of entries to try to free
*
* Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is
Expand Down

0 comments on commit 2af1416

Please sign in to comment.