Skip to content

Conversation

@jsarha
Copy link
Contributor

@jsarha jsarha commented Jul 4, 2025

No description provided.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Copilot AI review requested due to automatic review settings July 4, 2025 11:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a typo in the log module registration and removes unnecessary newline characters from several log messages for consistency.

  • Corrected the debug_strem_slot typo in LOG_MODULE_REGISTER
  • Removed trailing \n from LOG_DBG and LOG_INF format strings
Comments suppressed due to low confidence (1)

src/debug/debug_stream/debug_stream_slot.c:55

  • Verify that the LOG_DBG macro automatically appends a newline; removing the explicit \n may cause log entries to run together if the backend doesn't add line breaks.
	LOG_DBG("Sending record %u id %u len %u", rec->seqno, rec->id, rec->size_words);

@lgirdwood lgirdwood merged commit efbe395 into thesofproject:main Jul 7, 2025
36 of 44 checks passed
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.

4 participants