Commit 03ab450f030b08d786c7a262b67816396f09c7ab

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 163475fb11

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -397,7 +397,7 @@
397 397 return x + 1; /* Ensure that we never return 0 */
398 398 }
399 399  
400   -/**
  400 +/*
401 401 * global_dirty_limits - background-writeback and dirty-throttling thresholds
402 402 *
403 403 * Calculate the dirty thresholds based on sysctl parameters
... ... @@ -440,7 +440,7 @@
440 440 *pdirty = dirty;
441 441 }
442 442  
443   -/**
  443 +/*
444 444 * bdi_dirty_limit - @bdi's share of dirty throttling threshold
445 445 *
446 446 * Allocate high/low dirty limits to fast/slow devices, in order to prevent