Skip to content

Conversation

@Mateusz1223
Copy link

@Mateusz1223 Mateusz1223 commented Sep 25, 2025

JIRA: ISC-286

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: host-generic-pc, ia32-generic-qemu, armv7m4-stm32l4x6-nucleo.

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

msg/test_msg.c Outdated


#define COLOR_DIM_CYAN "\033[2;96m"
#define COLOR_RESET "\033[0m"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format-pr] reported by reviewdog 🐶
suggested fix

Suggested change
#define COLOR_RESET "\033[0m"
#define COLOR_RESET "\033[0m"

msg/msg_server.c Outdated

while (1) {
if (msgRecv(port, &msg, &rid) < 0) {
printf("Error in msgRecv occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/msg_server.c Outdated
}

if (msgRespond(port, &msg, rid) < 0) {
printf("Error in msgRespond occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/msg_server.c Outdated

while (1) {
if (msgRecv(port, &msg, &rid) < 0) {
printf("Error in msgRecv occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/msg_server.c Outdated
}

if (msgRespond(port, &msg, rid) < 0) {
printf("Error in msgRespond occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/msg_server.c Outdated

while (1) {
if (msgRecv(port, &msg, &rid) < 0) {
printf("Error in msgRecv occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/msg_server.c Outdated
strcpy((char *)msg.o.raw, message);

if (msgRespond(port, &msg, rid) < 0) {
printf("Error in msgRespond occured");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/test_msg.c Outdated
msg_t msg;

if (msgRecv(*port, &msg, &rid) < 0) {
printf("Error in msgRecv occured\n");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/test_msg.c Outdated
return NULL;
}
if (msgRespond(*port, &msg, rid) < 0) {
printf("Error in msgRespond occured\n");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/test_msg.c Outdated
msg_t msg;

if (msgRecv(*port, &msg, &rid) < 0) {
printf("Error in msgRecv occured\n");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

msg/test_msg.c Outdated
}
msg.o.err = 22;
if (msgRespond(*port, &msg, rid) < 0) {
printf("Error in msgRespond occured\n");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[codespell] reported by reviewdog 🐶
occured ==> occurred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants