[rtems commit] validation: Improve file header comment

Sebastian Huber sebh at rtems.org
Thu Oct 8 11:44:42 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  8 13:25:47 2020 +0200

validation: Improve file header comment

---

 testsuites/validation/tc-message-construct-errors.c | 13 +++++++++----
 testsuites/validation/tc-task-construct-errors.c    | 13 +++++++++----
 testsuites/validation/ts-validation-0.c             | 18 +++++++++++-------
 3 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/testsuites/validation/tc-message-construct-errors.c b/testsuites/validation/tc-message-construct-errors.c
index 69378e2..2493600 100644
--- a/testsuites/validation/tc-message-construct-errors.c
+++ b/testsuites/validation/tc-message-construct-errors.c
@@ -32,12 +32,17 @@
  */
 
 /*
- * This file was automatically generated.  Do not edit it manually.
- * Please have a look at
+ * Do not manually edit this file.  It is part of the RTEMS quality process
+ * and was automatically generated.
  *
- * https://docs.rtems.org/branches/master/eng/req/howto.html
+ * If you find something that needs to be fixed or worded better please
+ * post a report to an RTEMS mailing list or raise a bug report:
+ *
+ * https://docs.rtems.org/branches/master/user/support/bugs.html
  *
- * for information how to maintain and re-generate this file.
+ * For information on updating and regenerating please refer to:
+ *
+ * https://docs.rtems.org/branches/master/eng/req/howto.html
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/validation/tc-task-construct-errors.c b/testsuites/validation/tc-task-construct-errors.c
index 981bacb..37873ba 100644
--- a/testsuites/validation/tc-task-construct-errors.c
+++ b/testsuites/validation/tc-task-construct-errors.c
@@ -32,12 +32,17 @@
  */
 
 /*
- * This file was automatically generated.  Do not edit it manually.
- * Please have a look at
+ * Do not manually edit this file.  It is part of the RTEMS quality process
+ * and was automatically generated.
  *
- * https://docs.rtems.org/branches/master/eng/req/howto.html
+ * If you find something that needs to be fixed or worded better please
+ * post a report to an RTEMS mailing list or raise a bug report:
+ *
+ * https://docs.rtems.org/branches/master/user/support/bugs.html
  *
- * for information how to maintain and re-generate this file.
+ * For information on updating and regenerating please refer to:
+ *
+ * https://docs.rtems.org/branches/master/eng/req/howto.html
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/validation/ts-validation-0.c b/testsuites/validation/ts-validation-0.c
index 0d64163..baaa679 100644
--- a/testsuites/validation/ts-validation-0.c
+++ b/testsuites/validation/ts-validation-0.c
@@ -32,12 +32,17 @@
  */
 
 /*
- * This file was automatically generated.  Do not edit it manually.
- * Please have a look at
+ * Do not manually edit this file.  It is part of the RTEMS quality process
+ * and was automatically generated.
  *
- * https://docs.rtems.org/branches/master/eng/req/howto.html
+ * If you find something that needs to be fixed or worded better please
+ * post a report to an RTEMS mailing list or raise a bug report:
+ *
+ * https://docs.rtems.org/branches/master/user/support/bugs.html
+ *
+ * For information on updating and regenerating please refer to:
  *
- * for information how to maintain and re-generate this file.
+ * https://docs.rtems.org/branches/master/eng/req/howto.html
  */
 
 #ifdef HAVE_CONFIG_H
@@ -47,9 +52,10 @@
 #include <rtems.h>
 #include <rtems/bspIo.h>
 #include <rtems/sysinit.h>
+#include <rtems/test-info.h>
+#include <rtems/testopts.h>
 
 #include <rtems/test.h>
-#include <rtems/testopts.h>
 
 /**
  * @defgroup RTEMSTestSuiteTestsuitesValidation0 spec:/testsuites/validation-0
@@ -65,8 +71,6 @@
  * @{
  */
 
-#include <rtems/test-info.h>
-
 const char rtems_test_name[] = "Validation0";
 
 static char buffer[ 512 ];



More information about the vc mailing list