Skip to content

Commit a54dc8c

Browse files
Shen Lichuanvinodkoul
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 425f598 commit a54dc8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/soundwire/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int sdw_bus_master_add(struct sdw_bus *bus, struct device *parent,
112112
/* Set higher order bits */
113113
*bus->assigned = ~GENMASK(SDW_BROADCAST_DEV_NUM, SDW_ENUM_DEV_NUM);
114114

115-
/* Set enumuration device number and broadcast device number */
115+
/* Set enumeration device number and broadcast device number */
116116
set_bit(SDW_ENUM_DEV_NUM, bus->assigned);
117117
set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned);
118118

drivers/soundwire/qcom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ static int qcom_swrm_stream_alloc_ports(struct qcom_swrm_ctrl *ctrl,
11731173
else
11741174
sconfig.direction = SDW_DATA_DIR_RX;
11751175

1176-
/* hw parameters wil be ignored as we only support PDM */
1176+
/* hw parameters will be ignored as we only support PDM */
11771177
sconfig.ch_count = 1;
11781178
sconfig.frame_rate = params_rate(params);
11791179
sconfig.type = stream->type;

drivers/soundwire/sysfs_slave.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const struct attribute_group *sdw_attr_groups[] = {
215215

216216
/*
217217
* 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
219219
* are not expected.
220220
*/
221221
static const char *const slave_status[] = {

0 commit comments

Comments
 (0)