X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fpagewalk.c;h=1cf1417ef8b77bc111f2fc5b4f4c24c3fbee1f88;hb=2e561c7b7e705b619122e5386d6f99f28f2b6e5a;hp=b4f27d22da916e44372111a88c1da5f1bc2b82f6;hpb=655d2ce073f5927194dbc28d2bd3c062a4a3caac;p=linux-2.6 diff --git a/mm/pagewalk.c b/mm/pagewalk.c index b4f27d22da..1cf1417ef8 100644 --- a/mm/pagewalk.c +++ b/mm/pagewalk.c @@ -77,11 +77,11 @@ static int walk_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, /** * walk_page_range - walk a memory map's page tables with a callback - * @mm - memory map to walk - * @addr - starting address - * @end - ending address - * @walk - set of callbacks to invoke for each level of the tree - * @private - private data passed to the callback function + * @mm: memory map to walk + * @addr: starting address + * @end: ending address + * @walk: set of callbacks to invoke for each level of the tree + * @private: private data passed to the callback function * * Recursively walk the page table for the memory area in a VMA, * calling supplied callbacks. Callbacks are called in-order (first