]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: OF: Correct of_irq_parse_pci() documentation
authorLubomir Rintel <lkundrak@v3.sk>
Wed, 7 Aug 2019 13:20:49 +0000 (15:20 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 30 Aug 2019 19:00:34 +0000 (14:00 -0500)
commitb071c1fd7a8ad041759d9a9e87d1b4333417e36c
treee83b57366b54a926bf46b460f646f1a14862e461
parentd1bbf38aaf882240cccca414e5a48db42e105da7
PCI: OF: Correct of_irq_parse_pci() documentation

530210c7814e ("of/irq: Replace of_irq with of_phandle_args") changed the
of_irq_parse_pci() parameter type but didn't change the corresponding
documentation.  Update the function doc to match.

Link: https://lore.kernel.org/r/20190807132049.10304-1-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/of.c