linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: media: atomisp: remove the trailing '\n'
@ 2025-12-07 18:37 Aaditya Gurawa
  0 siblings, 0 replies; only message in thread
From: Aaditya Gurawa @ 2025-12-07 18:37 UTC (permalink / raw)
  To: hansg, mchehab, gregkh; +Cc: linux-staging, Aaditya Gurawa

Removes trailing '\n' from atomisp_trace_event.h to fix the output formatting.

Signed-off-by: Aaditya Gurawa <aadityagurawa@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp_trace_event.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_trace_event.h b/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
index 4c58a8f5c7e8..db077e5566f6 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
@@ -44,7 +44,7 @@ TRACE_EVENT(camera_meminfo,
 	    ),
 
 	    TP_printk(
-		"<%s> User ptr memory:%d pages,\tISP private memory used:%d pages:\tsysFP system size:%d,\treserved size:%d\tcamFP sysUse:%d,\tdycUse:%d,\tresUse:%d.\n",
+		"<%s> User ptr memory:%d pages,\tISP private memory used:%d pages:\tsysFP system size:%d,\treserved size:%d\tcamFP sysUse:%d,\tdycUse:%d,\tresUse:%d.",
 		__entry->name, __entry->uptr_size, __entry->counter,
 		__entry->sys_size, __entry->sys_res_size, __entry->cam_sys_use,
 		__entry->cam_dyc_use, __entry->cam_res_use)
@@ -68,7 +68,7 @@ TRACE_EVENT(camera_debug,
 		__entry->line = line;
 	    ),
 
-	    TP_printk("<%s>-<%d> %s\n", __entry->name, __entry->line,
+	    TP_printk("<%s>-<%d> %s", __entry->name, __entry->line,
 		      __entry->info)
 	   );
 
-- 
2.52.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-07 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 18:37 [PATCH] staging: media: atomisp: remove the trailing '\n' Aaditya Gurawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).