فهرست منبع

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: Randy Dunlap <rdunlap@xenotime.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Randy Dunlap 14 سال پیش
والد
کامیت
2af1416265
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      fs/dcache.c

+ 1 - 0
fs/dcache.c

@@ -795,6 +795,7 @@ relock:
 
 
 /**
 /**
  * prune_dcache_sb - shrink the dcache
  * prune_dcache_sb - shrink the dcache
+ * @sb: superblock
  * @nr_to_scan: number of entries to try to free
  * @nr_to_scan: number of entries to try to free
  *
  *
  * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is
  * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is