diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-08-14 16:05:17 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-14 19:20:59 -0400 |
| commit | 03ab450f030b08d786c7a262b67816396f09c7ab (patch) | |
| tree | 1c6e245f823bd3c2c3f5b584f6f25cf83d1c2447 | |
| parent | 163475fb111cb2f85aef2428a6c1f9eefba8be23 (diff) | |
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>
| -rw-r--r-- | mm/page-writeback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 20890d80c7ef..7262aacea8a2 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
| @@ -397,7 +397,7 @@ unsigned long determine_dirtyable_memory(void) | |||
| 397 | return x + 1; /* Ensure that we never return 0 */ | 397 | return x + 1; /* Ensure that we never return 0 */ |
| 398 | } | 398 | } |
| 399 | 399 | ||
| 400 | /** | 400 | /* |
| 401 | * global_dirty_limits - background-writeback and dirty-throttling thresholds | 401 | * global_dirty_limits - background-writeback and dirty-throttling thresholds |
| 402 | * | 402 | * |
| 403 | * Calculate the dirty thresholds based on sysctl parameters | 403 | * Calculate the dirty thresholds based on sysctl parameters |
| @@ -440,7 +440,7 @@ void global_dirty_limits(unsigned long *pbackground, unsigned long *pdirty) | |||
| 440 | *pdirty = dirty; | 440 | *pdirty = dirty; |
| 441 | } | 441 | } |
| 442 | 442 | ||
| 443 | /** | 443 | /* |
| 444 | * bdi_dirty_limit - @bdi's share of dirty throttling threshold | 444 | * bdi_dirty_limit - @bdi's share of dirty throttling threshold |
| 445 | * | 445 | * |
| 446 | * Allocate high/low dirty limits to fast/slow devices, in order to prevent | 446 | * Allocate high/low dirty limits to fast/slow devices, in order to prevent |
