soundwire: fix more typos
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:27 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:51 +0000 (17:17 +0200)
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: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soundwire/stream.c

index bffa535294eddb57ff28e73bed40d43a62679a8b..debb67882df4df525e3695d6ae427675776a5287 100644 (file)
@@ -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
-        * 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
         */
        if (type != SDW_DPN_FULL)
@@ -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.
-        * 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
         * length, flow mode etc of the port
         */