Commit c380ffc0 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/wrsw_rtud: trivial: add newline at the end of info printout

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 91041b88
......@@ -331,7 +331,8 @@ void rtu_write_htab_entry(uint16_t zbt_addr, struct rtu_filtering_entry *ent,
if (flush)
flush_mfifo();
pr_debug("write htab entry [with flush]: addr %x ent %08x %08x %08x %08x %08x",
pr_debug("write htab entry [with flush]: "
"addr %x ent %08x %08x %08x %08x %08x\n",
zbt_addr,
mac_entry_word0_w(ent),
mac_entry_word1_w(ent),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment