Преглед изворни кода

mm/page-writeback: fix non-kernel-doc function comments

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>
Randy Dunlap пре 15 година
родитељ
комит
03ab450f03
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      mm/page-writeback.c

+ 2 - 2
mm/page-writeback.c

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