On Sun, Oct 29, 2017 at 05:07:11PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdun...@infradead.org>
> 
> Fix build error in kernel-doc notation:
> 
> ../drivers/pci/pci.c:3479: ERROR: Unexpected indentation.
> 
> Signed-off-by: Randy Dunlap <rdun...@infradead.org>

Applied to pci/misc for v4.15, thanks!

> Cc:   Bjorn Helgaas <bhelg...@google.com>
> Cc:   linux-...@vger.kernel.org
> ---
>  drivers/pci/pci.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- lnx-414-rc7.orig/drivers/pci/pci.c
> +++ lnx-414-rc7/drivers/pci/pci.c
> @@ -3471,7 +3471,7 @@ EXPORT_SYMBOL(devm_pci_remap_cfgspace);
>   * All operations are managed and will be undone on driver detach.
>   *
>   * Returns a pointer to the remapped memory or an ERR_PTR() encoded error 
> code
> - * on failure. Usage example:
> + * on failure. Usage example::
>   *
>   *   res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
>   *   base = devm_pci_remap_cfg_resource(&pdev->dev, res);
> 
> 

Reply via email to