diff mbox series

[6/8] PCI: j721e: Fix a non-compliant kernel-doc

Message ID 20210311001724.423356-6-kw@linux.com
State New
Headers show
Series [1/8] PCI: endpoint: Fix kernel-doc formatting and add missing documentation | expand

Commit Message

Krzysztof Wilczyński March 11, 2021, 12:17 a.m. UTC
Correct a non-compliant kernel-doc at the top of the pci-j721e.c file,
and resolve build time warning related to kernel-doc:

  drivers/pci/controller/cadence/pci-j721e.c:25: warning: expecting
  prototype for pci(). Prototype was for ENABLE_REG_SYS_2() instead

No change to functionality intended.

Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
---
 drivers/pci/controller/cadence/pci-j721e.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/pci/controller/cadence/pci-j721e.c b/drivers/pci/controller/cadence/pci-j721e.c
index 849f1e416ea5..f1eef67e9526 100644
--- a/drivers/pci/controller/cadence/pci-j721e.c
+++ b/drivers/pci/controller/cadence/pci-j721e.c
@@ -1,5 +1,5 @@ 
 // SPDX-License-Identifier: GPL-2.0
-/**
+/*
  * pci-j721e - PCIe controller driver for TI's J721E SoCs
  *
  * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com