On 10/7/2024 8:33 PM, Serhii Iliushyk wrote:
> @@ -682,7 +682,7 @@ static void 
> qsfp28_wait_for_ready_after_reset(nim_i2c_ctx_p ctx)
>               init_complete_flag_present = (data & (1 << 4)) != 0;
>       }
>  
> -     NT_LOG(DBG, NTHW, "NIM InitCompleteFlagPresent = %d", 
> init_complete_flag_present);
> +     NT_LOG(DBG, NTHW, "NIM InitCompleteFlagPresent = %d\n", 
> init_complete_flag_present);
>  

There is a commit that standardizes not having '\n' [1], please follow
the same.

[1]
https://git.dpdk.org/next/dpdk-next-net/commit/?id=f665790a5dbad7b645ff46f31d65e977324e7bfc

Reply via email to