Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2af14162 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

fs/dcache.c: fix new kernel-doc warning



Fix new kernel-doc warning in fs/dcache.c:

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

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 88eca020
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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