diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-06-12 11:57:02 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-13 19:53:34 +0100 |
commit | b943f798011346589bd9ae994e5755e776756a31 (patch) | |
tree | 928119a1ea62392babe0834147217b520be27d7a /include/sound/sof/trace.h | |
parent | 4cee883e97b6095e23f5d72543da93e1506ff8c2 (diff) |
ASoC: SOF: uapi: align comments with firmware files
No functional change, just mirror firmware comment changes
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/sof/trace.h')
-rw-r--r-- | include/sound/sof/trace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sound/sof/trace.h b/include/sound/sof/trace.h index 2187ff7d07ce..9257d5473d97 100644 --- a/include/sound/sof/trace.h +++ b/include/sound/sof/trace.h @@ -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_ */ |