Re: [PATCH 03/13] tracing/ath: Use the new __vstring() helper

2022-07-08 Thread Kalle Valo
Steven Rostedt writes: > From: "Steven Rostedt (Google)" > > Instead of open coding a __dynamic_array() with a fixed length (which > defeats the purpose of the dynamic array in the first place). Use the new > __vstring() helper that will use a va_list and only write enough of the > string into

[PATCH 03/13] tracing/ath: Use the new __vstring() helper

2022-07-05 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Instead of open coding a __dynamic_array() with a fixed length (which defeats the purpose of the dynamic array in the first place). Use the new __vstring() helper that will use a va_list and only write enough of the string into the ring buffer that is needed. Cc: