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

doc: Kconfig: Typo: square -> squared

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Witten and committed by
Jiri Kosina
622e040d 2dc98fd3

+1 -1
+1 -1
drivers/i2c/Kconfig
··· 7 7 depends on HAS_IOMEM 8 8 select RT_MUTEXES 9 9 ---help--- 10 - I2C (pronounce: I-square-C) is a slow serial bus protocol used in 10 + I2C (pronounce: I-squared-C) is a slow serial bus protocol used in 11 11 many micro controller applications and developed by Philips. SMBus, 12 12 or System Management Bus is a subset of the I2C protocol. More 13 13 information is contained in the directory <file:Documentation/i2c/>,