Fix spelling of automatically in Documentation/spi/spi-summary. Signed-off-by: Ben Dooks --- Documentation/spi/spi-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/Documentation/spi/spi-summary =================================================================== --- a/Documentation/spi/spi-summary 2009-07-09 15:07:37.000000000 +0100 +++ b/Documentation/spi/spi-summary 2009-07-09 15:09:41.000000000 +0100 @@ -350,7 +350,7 @@ SPI protocol drivers somewhat resemble p .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). --