]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
soundwire: bus: fix typos in comments
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 1 May 2019 15:57:28 +0000 (10:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:16:27 +0000 (17:16 +0200)
spelling mistakes

Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soundwire/bus.c

index 74e04caa811b55e6d44c276ae968937d9ee1dc9b..efdcefc62e1a4d9bf45f61b2aae2819d2e9ba47d 100644 (file)
@@ -49,7 +49,7 @@ int sdw_add_bus_master(struct sdw_bus *bus)
        }
 
        /*
-        * Device numbers in SoundWire are 0 thru 15. Enumeration device
+        * Device numbers in SoundWire are 0 through 15. Enumeration device
         * number (0), Broadcast device number (15), Group numbers (12 and
         * 13) and Master device number (14) are not used for assignment so
         * mask these and other higher bits.
@@ -282,7 +282,7 @@ int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
        if (addr < SDW_REG_OPTIONAL_PAGE) { /* 32k but no page */
                if (slave && !slave->prop.paging_support)
                        return 0;
-               /* no need for else as that will fall thru to paging */
+               /* no need for else as that will fall-through to paging */
        }
 
        /* paging mandatory */