]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mm/page-writeback: fix non-kernel-doc function comments
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 14 Aug 2010 20:05:17 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Aug 2010 23:20:59 +0000 (16:20 -0700)
Remove leading /** from non-kernel-doc function comments to prevent
kernel-doc warnings.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c

index 20890d80c7ef2a8cbc5508dd6a622642c652675b..7262aacea8a201c073bd7ee5522f2e4b59fec937 100644 (file)
@@ -397,7 +397,7 @@ unsigned long determine_dirtyable_memory(void)
        return x + 1;   /* Ensure that we never return 0 */
 }
 
-/**
+/*
  * global_dirty_limits - background-writeback and dirty-throttling thresholds
  *
  * Calculate the dirty thresholds based on sysctl parameters
@@ -440,7 +440,7 @@ void global_dirty_limits(unsigned long *pbackground, unsigned long *pdirty)
        *pdirty = dirty;
 }
 
-/**
+/*
  * bdi_dirty_limit - @bdi's share of dirty throttling threshold
  *
  * Allocate high/low dirty limits to fast/slow devices, in order to prevent