Skip to content

Commit f8d0168

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: bus: fix typo in comment on INTSTAT registers
s/Instat/Intstat/ Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9123e3a commit f8d0168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soundwire/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ static int sdw_handle_slave_alerts(struct sdw_slave *slave)
13721372
return ret;
13731373
}
13741374

1375-
/* Read Instat 1, Instat 2 and Instat 3 registers */
1375+
/* Read Intstat 1, Intstat 2 and Intstat 3 registers */
13761376
ret = sdw_read(slave, SDW_SCP_INT1);
13771377
if (ret < 0) {
13781378
dev_err(slave->bus->dev,

0 commit comments

Comments
 (0)