From f39e416a80175e039a62a7e5139a1e97b3ad716b Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 11 Sep 2024 14:19:02 +0300 Subject: [PATCH] zephyr: dai.h: fix typos in code comments Fix errors in code documentation to match the implementation. Signed-off-by: Kai Vehmanen --- zephyr/include/sof/lib/dai.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zephyr/include/sof/lib/dai.h b/zephyr/include/sof/lib/dai.h index a0531e47ff95..cc6914370b58 100644 --- a/zephyr/include/sof/lib/dai.h +++ b/zephyr/include/sof/lib/dai.h @@ -6,12 +6,10 @@ #ifndef __SOF_LIB_DAI_H__ #define __SOF_LIB_DAI_H__ -/* no-op on Zephyr */ - #ifdef CONFIG_ZEPHYR_NATIVE_DRIVERS #include #else #include #endif -#endif /* __SOF_LIB_MEMORY_H__ */ +#endif /* __SOF_LIB_DAI_H__ */