diff options
author | Dean Luick <dean.luick@cornelisnetworks.com> | 2023-04-07 19:52:29 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-04-09 13:27:34 +0300 |
commit | d2590edc93e894137e29d3fa1b5db6a2ecc14b69 (patch) | |
tree | 5269a829ee747c148a3c6c917179044a5f74b6b2 /drivers/infiniband/hw/hfi1/pio.c | |
parent | eca5cd9474cd26d62f9756f536e2e656d3f62f3a (diff) | |
download | linux-d2590edc93e894137e29d3fa1b5db6a2ecc14b69.tar.xz |
IB/hfi1: Remove trace newlines
The hfi1_cdbg trace mechanism appends a newline. Remove trailing
newlines from all format strings.
Signed-off-by: Dean Luick <dean.luick@cornelisnetworks.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Link: https://lore.kernel.org/r/168088634897.3027109.10401662436950683555.stgit@252.162.96.66.static.eigbox.net
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/pio.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/pio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/pio.c b/drivers/infiniband/hw/hfi1/pio.c index 51ae58c02b15..62e7dc9bea7b 100644 --- a/drivers/infiniband/hw/hfi1/pio.c +++ b/drivers/infiniband/hw/hfi1/pio.c @@ -820,7 +820,7 @@ struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, } hfi1_cdbg(PIO, - "Send context %u(%u) %s group %u credits %u credit_ctrl 0x%llx threshold %u\n", + "Send context %u(%u) %s group %u credits %u credit_ctrl 0x%llx threshold %u", sw_index, hw_context, sc_type_name(type), |