]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/sound/sof/trace.h
ASoC: SOF: uapi: align comments with firmware files
[linux.git] / include / sound / sof / trace.h
index 2187ff7d07ce2f02e953572da366303124c37011..9257d5473d97b5846664f97e949dd07b7c3861f7 100644 (file)
@@ -66,7 +66,9 @@ struct sof_ipc_dma_trace_posn {
 #define SOF_IPC_PANIC_WFI                      (SOF_IPC_PANIC_MAGIC | 0xa)
 #define SOF_IPC_PANIC_ASSERT                   (SOF_IPC_PANIC_MAGIC | 0xb)
 
-/* panic info include filename and line number */
+/* panic info include filename and line number
+ * filename array will not include null terminator if fully filled
+ */
 struct sof_ipc_panic_info {
        struct sof_ipc_hdr hdr;
        uint32_t code;                  /* SOF_IPC_PANIC_ */