• R
    mm: fix page_alloc.c kernel-doc warnings · 1aab4d77
    Randy Dunlap 提交于
    Fix kernel-doc warnings and function name in mm/page_alloc.c:
    
      Warning(..//mm/page_alloc.c:6074): No description found for parameter 'pfn'
      Warning(..//mm/page_alloc.c:6074): No description found for parameter 'mask'
      Warning(..//mm/page_alloc.c:6074): Excess function parameter 'start_bitidx' description in 'get_pfnblock_flags_mask'
      Warning(..//mm/page_alloc.c:6102): No description found for parameter 'pfn'
      Warning(..//mm/page_alloc.c:6102): No description found for parameter 'mask'
      Warning(..//mm/page_alloc.c:6102): Excess function parameter 'start_bitidx' description in 'set_pfnblock_flags_mask'
    Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
    Acked-by: NMel Gorman <mgorman@suse.de>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    1aab4d77
page_alloc.c 184.1 KB