From: Ben Dooks Date: Tue, 22 Sep 2009 23:46:11 +0000 (-0700) Subject: spi: fix spelling of `automatically' in documentation X-Git-Tag: MMI-PSA29.97-13-9~26556 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9ed7ef526ade622cdc22ac365a95197ddd1e09fb;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git spi: fix spelling of `automatically' in documentation Fix spelling of `automatically' in Documentation/spi/spi-summary. Signed-off-by: Ben Dooks Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index 4a02d2508bc8..deab51ddc33e 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary @@ -350,7 +350,7 @@ SPI protocol drivers somewhat resemble platform device drivers: .resume = CHIP_resume, }; -The driver core will autmatically attempt to bind this driver to any SPI +The driver core will automatically attempt to bind this driver to any SPI device whose board_info gave a modalias of "CHIP". Your probe() code might look like this unless you're creating a device which is managing a bus (appearing under /sys/class/spi_master).