summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/common/linux/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/log.c b/drivers/gpu/nvgpu/common/linux/log.c
index 9dd965ec..e89840ef 100644
--- a/drivers/gpu/nvgpu/common/linux/log.c
+++ b/drivers/gpu/nvgpu/common/linux/log.c
@@ -34,7 +34,7 @@
34 * function and friends use the preprocessor to concatenate stuff to the start 34 * function and friends use the preprocessor to concatenate stuff to the start
35 * of this string when printing. 35 * of this string when printing.
36 */ 36 */
37#define LOG_FMT "nvgpu: %s %33s:%-4d [%s] %s" 37#define LOG_FMT "nvgpu: %s %33s:%-4d [%s] %s\n"
38 38
39u32 nvgpu_dbg_mask = NVGPU_DEFAULT_DBG_MASK; 39u32 nvgpu_dbg_mask = NVGPU_DEFAULT_DBG_MASK;
40 40