Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soundwire: Correct some typos in comments

Fixed some confusing spelling errors that were currently identified,
the details are as follows:

-in the code comments:
drivers/soundwire/bus.c:115: enumuration==> enumeration
drivers/soundwire/qcom.c:1176: wil ==> will
drivers/soundwire/sysfs_slave.c:218: highligh ==> highlight

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Link: https://lore.kernel.org/r/20240925081134.10248-1-shenlichuan@vivo.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Shen Lichuan and committed by
Vinod Koul
a54dc8c6 425f598e

+3 -3
+1 -1
drivers/soundwire/bus.c
··· 112 112 /* Set higher order bits */ 113 113 *bus->assigned = ~GENMASK(SDW_BROADCAST_DEV_NUM, SDW_ENUM_DEV_NUM); 114 114 115 - /* Set enumuration device number and broadcast device number */ 115 + /* Set enumeration device number and broadcast device number */ 116 116 set_bit(SDW_ENUM_DEV_NUM, bus->assigned); 117 117 set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned); 118 118
+1 -1
drivers/soundwire/qcom.c
··· 1173 1173 else 1174 1174 sconfig.direction = SDW_DATA_DIR_RX; 1175 1175 1176 - /* hw parameters wil be ignored as we only support PDM */ 1176 + /* hw parameters will be ignored as we only support PDM */ 1177 1177 sconfig.ch_count = 1; 1178 1178 sconfig.frame_rate = params_rate(params); 1179 1179 sconfig.type = stream->type;
+1 -1
drivers/soundwire/sysfs_slave.c
··· 215 215 216 216 /* 217 217 * the status is shown in capital letters for UNATTACHED and RESERVED 218 - * on purpose, to highligh users to the fact that these status values 218 + * on purpose, to highlight users to the fact that these status values 219 219 * are not expected. 220 220 */ 221 221 static const char *const slave_status[] = {