* [PATCH] mm/page-writeback: fix non-kernel-doc function comments
@ 2010-08-14 20:05 Randy Dunlap
2010-08-18 15:45 ` Wu Fengguang
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-08-14 20:05 UTC (permalink / raw)
To: linux-mm; +Cc: torvalds, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Remove leading /** from non-kernel-doc function comments to prevent
kernel-doc warnings.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
mm/page-writeback.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.35-git15.orig/mm/page-writeback.c
+++ linux-2.6.35-git15/mm/page-writeback.c
@@ -397,7 +397,7 @@ unsigned long determine_dirtyable_memory
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 *
*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
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-18 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14 20:05 [PATCH] mm/page-writeback: fix non-kernel-doc function comments Randy Dunlap
2010-08-18 15:45 ` Wu Fengguang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).