[PATCH v2 7/9] cpukit/include/drvmgr: Manual header file clean up

Joel Sherrill joel at rtems.org
Fri Mar 25 16:19:38 UTC 2022


---
 cpukit/include/drvmgr/drvmgr.h          |  9 ++++++++-
 cpukit/include/drvmgr/drvmgr_confdefs.h |  9 ++++++++-
 cpukit/include/drvmgr/drvmgr_list.h     |  9 ++++++++-
 cpukit/include/drvmgr/pci_bus.h         | 15 +++++++++++----
 4 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/cpukit/include/drvmgr/drvmgr.h b/cpukit/include/drvmgr/drvmgr.h
index 4f4f884c45..f160335b53 100644
--- a/cpukit/include/drvmgr/drvmgr.h
+++ b/cpukit/include/drvmgr/drvmgr.h
@@ -1,5 +1,12 @@
-/* Driver Manager Interface.
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
  *
+ * @brief Driver Manager Interface.
+ */
+
+/*
  * COPYRIGHT (c) 2009 Cobham Gaisler AB.
  *
  * The license and distribution terms for this file may be
diff --git a/cpukit/include/drvmgr/drvmgr_confdefs.h b/cpukit/include/drvmgr/drvmgr_confdefs.h
index a1c6bd6c5c..b204cca0d0 100644
--- a/cpukit/include/drvmgr/drvmgr_confdefs.h
+++ b/cpukit/include/drvmgr/drvmgr_confdefs.h
@@ -1,5 +1,12 @@
-/* Driver Manager Configuration file.
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
  *
+ * @brief Driver Manager Configuration file.
+ */
+
+/*
  * COPYRIGHT (c) 2009 Cobham Gaisler AB.
  *
  * The license and distribution terms for this file may be
diff --git a/cpukit/include/drvmgr/drvmgr_list.h b/cpukit/include/drvmgr/drvmgr_list.h
index 76028fb5bd..f95055aa60 100644
--- a/cpukit/include/drvmgr/drvmgr_list.h
+++ b/cpukit/include/drvmgr/drvmgr_list.h
@@ -1,5 +1,12 @@
-/* Linked list help functions used by driver manager.
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
  *
+ * @brief Linked list help functions used by driver manager.
+ */
+
+/*
  * COPYRIGHT (c) 2009 Cobham Gaisler AB.
  *
  * The license and distribution terms for this file may be
diff --git a/cpukit/include/drvmgr/pci_bus.h b/cpukit/include/drvmgr/pci_bus.h
index b426010da5..ad0a18f3ef 100644
--- a/cpukit/include/drvmgr/pci_bus.h
+++ b/cpukit/include/drvmgr/pci_bus.h
@@ -1,10 +1,17 @@
-/*  PCI bus driver Interface.
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
  *
+ * @brief PCI bus driver Interface.
+ */
+
+/*
  *  COPYRIGHT (c) 2008 Cobham Gaisler AB.
  *
- *  The license and distribution terms for this file may be
- *  found in the file LICENSE in this distribution or at
- *  http://www.rtems.org/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
  *
  */
 
-- 
2.24.4



More information about the devel mailing list