Skip to content
  • Randy Dunlap's avatar
    [PATCH] fix fatal kernel-doc error · 412ecd77
    Randy Dunlap authored
    
    
    Teach kernel-doc to handle functions that look like the new
    pcim_iomap_table().  Fixes this fatal error in scripts/kernel-doc:
    
      DOCPROC Documentation/DocBook/kernel-api.xml
    Error(/tester/linsrc/linux-2.6.20-git6//drivers/pci/pci.c:1351): cannot understand prototype: 'void __iomem * const * pcim_iomap_table(struct pci_dev *pdev) '
    make[1]: *** [Documentation/DocBook/kernel-api.xml] Error 1
    make: *** [htmldocs] Error 2
    
    Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    412ecd77