cpukit/score: Remove extra blank paragraph in copyrt.h

This change eliminates an unnecessary blank paragraph in
cpukit/include/rtems/score/copyrt.h. RTEMS documentation requires single
spaced paragraphs, and the previous formatting contained consecutive
blank lines.

The modification is formatting-only and has no functional impact.

Updates #4807.
This commit is contained in:
Asif Khan
2025-12-10 20:17:43 +05:30
committed by Joel Sherrill
parent 9e93d0bc29
commit ff0c71388a
6 changed files with 1 additions and 6 deletions

View File

@@ -188,6 +188,7 @@ RTEMS_SYSINIT_ITEM(
#endif /* _CONFIGURE_HAS_IO_DRIVERS) ||
CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER ||
CONFIGURE_MAXIMUM_DRIVERS */
/*
* If any flavor of console driver is configured, then configure the post
* driver hook which opens /dev/console as stdin, stdout, and stderr.

View File

@@ -49,7 +49,6 @@
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -846,7 +846,6 @@ T_verbosity T_set_verbosity(T_verbosity);
* @{
*/
#define T_eq_str(a, e) T_flags_eq_str(a, e, 0)
#define T_assert_eq_str(a, e) T_flags_eq_str(a, e, T_CHECK_STOP)
#define T_quiet_eq_str(a, e) T_flags_eq_str(a, e, T_CHECK_QUIET)

View File

@@ -167,7 +167,6 @@ destroy(void *ptr)
lctx = &ctx->load_contexts[load];
if (lctx->id != 0) {
sc = rtems_task_delete(lctx->id);
_Assert(sc == RTEMS_SUCCESSFUL);
@@ -270,7 +269,6 @@ T_measure_runtime_create(const T_measure_runtime_config *config)
continue;
}
sc = rtems_task_create(rtems_build_name('L', 'O', 'A', 'D'),
1, RTEMS_MINIMUM_STACK_SIZE, RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES, &id);

View File

@@ -57,7 +57,6 @@
andn \out1, CCTRL_ICS, \out2
.endm
.macro TN0018_WRITE_PSR src
wr \src, %psr
.endm

View File

@@ -86,7 +86,6 @@
* Define macros to handle section beginning and ends.
*/
#define BEGIN_CODE_DCL .text
#define END_CODE_DCL
#define BEGIN_DATA_DCL .data