Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: most: Fix spelling mistake "tranceiver" -> "transceiver"

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201126224602.13878-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
7fe5bbdd b7bc4df8

+1 -1
+1 -1
drivers/staging/most/i2c/Kconfig
··· 7 7 tristate "I2C" 8 8 depends on I2C 9 9 help 10 - Say Y here if you want to connect via I2C to network tranceiver. 10 + Say Y here if you want to connect via I2C to network transceiver. 11 11 12 12 To compile this driver as a module, choose M here: the 13 13 module will be called most_i2c.