]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
PCI: Fix kernel-doc build warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 30 Oct 2017 00:07:11 +0000 (17:07 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 Nov 2017 23:22:28 +0000 (17:22 -0600)
commit505fb74664d534618258f4120d7e110a8b885c87
tree50d62e024b45c04ae8f12aee7ae4f2ef113acf48
parent03ea2263c2ef22dd57f8fc6d54c44ccad3214520
PCI: Fix kernel-doc build warning

Fix build error in kernel-doc notation:

  ../drivers/pci/pci.c:3479: ERROR: Unexpected indentation.

"::" tells the kernel-doc "reStructuredText" processor that the following
block is a literal block of some blob that should be kept as is.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[bhelgaas: add hint about "::" meaning]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c