Commit 7d3b3cdf authored by Vinod Koul's avatar Vinod Koul Committed by Greg Kroah-Hartman

soundwire: fix more typos

Found few more typos in the code, fix them

CHECK: 'and and' may be misspelled - perhaps 'and'?
CHECK: 'smaple' may be misspelled - perhaps 'sample'?
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 72b16d4a
...@@ -89,7 +89,7 @@ static int _sdw_program_slave_port_params(struct sdw_bus *bus, ...@@ -89,7 +89,7 @@ static int _sdw_program_slave_port_params(struct sdw_bus *bus,
/* /*
* Data ports are FULL, SIMPLE and REDUCED. This function handles * Data ports are FULL, SIMPLE and REDUCED. This function handles
* FULL and REDUCED only and and beyond this point only FULL is * FULL and REDUCED only and beyond this point only FULL is
* handled, so bail out if we are not FULL data port type * handled, so bail out if we are not FULL data port type
*/ */
if (type != SDW_DPN_FULL) if (type != SDW_DPN_FULL)
...@@ -233,7 +233,7 @@ static int sdw_program_master_port_params(struct sdw_bus *bus, ...@@ -233,7 +233,7 @@ static int sdw_program_master_port_params(struct sdw_bus *bus,
/* /*
* we need to set transport and port parameters for the port. * we need to set transport and port parameters for the port.
* Transport parameters refers to the smaple interval, offsets and * Transport parameters refers to the sample interval, offsets and
* hstart/stop etc of the data. Port parameters refers to word * hstart/stop etc of the data. Port parameters refers to word
* length, flow mode etc of the port * length, flow mode etc of the port
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment