commit | 505fb74664d534618258f4120d7e110a8b885c87 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Sun Oct 29 17:07:11 2017 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Nov 08 17:22:28 2017 -0600 |
tree | 50d62e024b45c04ae8f12aee7ae4f2ef113acf48 | |
parent | 03ea2263c2ef22dd57f8fc6d54c44ccad3214520 [diff] |
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>