Skip to content

Commit a878afa

Browse files
abonislawskikv2019i
authored andcommitted
ipc4: base_fw: fix duplicated word in comment
Remove the repeated 'count' in the IPC4_MAX_SRC_QUEUE comment. Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent f6c2172 commit a878afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/ipc4/base_fw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
#define IPC4_MAX_CLK_STATES 0
2525

26-
/* Max src queue count count supported by ipc4 */
26+
/* Max src queue count supported by ipc4 */
2727
#define IPC4_MAX_SRC_QUEUE 8
2828

2929
/* Max module instance for single module count supported by ipc4 */

0 commit comments

Comments
 (0)