diff --git a/drivers/gpu/nvgpu/common/regops/regops.c b/drivers/gpu/nvgpu/common/regops/regops.c index 8bf190b21..df2ebc0af 100644 --- a/drivers/gpu/nvgpu/common/regops/regops.c +++ b/drivers/gpu/nvgpu/common/regops/regops.c @@ -207,7 +207,7 @@ int exec_regops_gk20a(struct gk20a *g, ctx_wr_count, ctx_rd_count, flags); if (err != 0) { - nvgpu_warn(g, "failed to perform ctx ops\n"); + nvgpu_warn(g, "failed to perform ctx ops"); goto clean_up; } }