riscv-openocd icon indicating copy to clipboard operation
riscv-openocd copied to clipboard

Align LOG_* messages with the upstream style - remove trailing punctuation

Open JanMatCodasip opened this issue 1 year ago • 0 comments

The upstream OpenOCD style asks that log messages (printed by LOG_* and LOG_TARGET_* macros) do not end with any punctuation mark like . or !.

See the C Style Guide which says: Do not use a period or exclamation mark at the end of a message.

The task is to:

  • Remove the trailing punctuation in all log messages in src/target/riscv/*,
  • except for messages that consist of multiple sentences.

JanMatCodasip avatar Jan 23 '25 09:01 JanMatCodasip