[rtems commit] cpukit/include/drvmgr: Manual header file clean up

Joel Sherrill joel at rtems.org
Sat Mar 26 22:54:16 UTC 2022


Module:    rtems
Branch:    master
Commit:    9982e8e4c162546482c2bcd176a4bbbd1165cd5c
Changeset: http://git.rtems.org/rtems/commit/?id=9982e8e4c162546482c2bcd176a4bbbd1165cd5c

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Mar 24 16:58:33 2022 -0500

cpukit/include/drvmgr: Manual header file clean up

---

 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 4f4f884..f160335 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 a1c6bd6..b204cca 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 76028fb..f95055a 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 b426010..ad0a18f 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.
  *
  */
 



More information about the vc mailing list