From bc0b868ffd867902b001d7253a105400b931ffa9 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 9 May 2023 19:27:33 +0000 Subject: [PATCH] fuzz.sh: update comments for IPC4. No functional change. Update comments for brand new IPC4 support. No functional change. Signed-off-by: Marc Herbert --- scripts/fuzz.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/fuzz.sh b/scripts/fuzz.sh index 69fdc90f3..d5fefa98a 100755 --- a/scripts/fuzz.sh +++ b/scripts/fuzz.sh @@ -38,11 +38,12 @@ EOFHELP void ipc_cmd(struct ipc_cmd_hdr *_hdr) { -+ __ASSERT(false, "test the fuzzer test"); ++ __ASSERT(false, "test the IPC3 fuzzer test"); + struct sof_ipc_cmd_hdr *hdr = ipc_from_hdr(_hdr); EOF_TEST_PATCH +# When fuzzing IPC4, make the same change in src/ipc/ipc4/handler.c#ipc_cmd() main() {