Re: [PATCH] net/bnxt: fix newline character in speed display

2024-10-06 Thread Ferruh Yigit
On 10/4/2024 9:55 PM, Ajit Khaparde wrote: > On Fri, Oct 4, 2024 at 1:53 PM Damodharam Ammepalli > wrote: >> >> Mistakenly "\n" sneaked into bnxt_print_link_info which >> prints the speed and lanes information of Broadcom Thor2 NIC. >> This patch removes this newline character. >> >> Fixes: 7bc8e9

Re: [PATCH] net/bnxt: fix newline character in speed display

2024-10-04 Thread Ajit Khaparde
On Fri, Oct 4, 2024 at 1:53 PM Damodharam Ammepalli wrote: > > Mistakenly "\n" sneaked into bnxt_print_link_info which > prints the speed and lanes information of Broadcom Thor2 NIC. > This patch removes this newline character. > > Fixes: 7bc8e9a227cc ("net/bnxt: support async link notification")

[PATCH] net/bnxt: fix newline character in speed display

2024-10-04 Thread Damodharam Ammepalli
Mistakenly "\n" sneaked into bnxt_print_link_info which prints the speed and lanes information of Broadcom Thor2 NIC. This patch removes this newline character. Fixes: 7bc8e9a227cc ("net/bnxt: support async link notification") Cc: sta...@dpdk.org Signed-off-by: Damodharam Ammepalli --- drivers/n