Skip to content

Commit 539a3f0

Browse files
rfvirgilbroonie
authored andcommitted
firmware: cs_dsp: Fix kerneldoc typos in cs_dsp_mock_bin.c
Fix two places in kerneldoc where alg_id had been mistyped as alg_ig. Fixes: 7c052c6 ("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>
1 parent abf594c commit 539a3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/firmware/cirrus/test/cs_dsp_mock_bin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EXPORT_SYMBOL_NS_GPL(cs_dsp_mock_bin_get_firmware, "FW_CS_DSP_KUNIT_TEST_UTILS")
5353
* cs_dsp_mock_bin_add_raw_block() - Add a data block to the bin file.
5454
*
5555
* @builder: Pointer to struct cs_dsp_mock_bin_builder.
56-
* @alg_ig: Algorithm ID.
56+
* @alg_id: Algorithm ID.
5757
* @alg_ver: Algorithm version.
5858
* @type: Type of the block.
5959
* @offset: Offset.
@@ -139,7 +139,7 @@ EXPORT_SYMBOL_NS_GPL(cs_dsp_mock_bin_add_name, "FW_CS_DSP_KUNIT_TEST_UTILS");
139139
* cs_dsp_mock_bin_add_patch() - Add a patch data block to the bin file.
140140
*
141141
* @builder: Pointer to struct cs_dsp_mock_bin_builder.
142-
* @alg_ig: Algorithm ID for the patch.
142+
* @alg_id: Algorithm ID for the patch.
143143
* @alg_ver: Algorithm version for the patch.
144144
* @mem_region: Memory region for the patch.
145145
* @reg_addr_offset: Offset to start of data in register addresses.

0 commit comments

Comments
 (0)