firmware: cs_dsp: Fix kerneldoc typos in cs_dsp_mock_bin.c
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 16 Dec 2024 10:55:20 +0000 (10:55 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Dec 2024 12:31:27 +0000 (12:31 +0000)
Fix two places in kerneldoc where alg_id had been mistyped as alg_ig.

Fixes: 7c052c661529 ("firmware: cs_dsp: Add mock bin file generator for KUnit testing")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412142205.HHHcousT-lkp@intel.com/
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20241216105520.22135-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/firmware/cirrus/test/cs_dsp_mock_bin.c

index 1e271ccfd9b0e550bde87e35c202a4010405a3da..49d84f7e59e6a94e92dc40033914ec734b07ac4a 100644 (file)
@@ -53,7 +53,7 @@ EXPORT_SYMBOL_NS_GPL(cs_dsp_mock_bin_get_firmware, "FW_CS_DSP_KUNIT_TEST_UTILS")
  * cs_dsp_mock_bin_add_raw_block() - Add a data block to the bin file.
  *
  * @builder:           Pointer to struct cs_dsp_mock_bin_builder.
- * @alg_ig:            Algorithm ID.
+ * @alg_id:            Algorithm ID.
  * @alg_ver:           Algorithm version.
  * @type:              Type of the block.
  * @offset:            Offset.
@@ -139,7 +139,7 @@ EXPORT_SYMBOL_NS_GPL(cs_dsp_mock_bin_add_name, "FW_CS_DSP_KUNIT_TEST_UTILS");
  * cs_dsp_mock_bin_add_patch() - Add a patch data block to the bin file.
  *
  * @builder:           Pointer to struct cs_dsp_mock_bin_builder.
- * @alg_ig:            Algorithm ID for the patch.
+ * @alg_id:            Algorithm ID for the patch.
  * @alg_ver:           Algorithm version for the patch.
  * @mem_region:                Memory region for the patch.
  * @reg_addr_offset:   Offset to start of data in register addresses.