Commit 9ed7ef526ade622cdc22ac365a95197ddd1e09fb

Authored by Ben Dooks
Committed by Linus Torvalds
1 parent 5b61a749e8

spi: fix spelling of `automatically' in documentation

Fix spelling of `automatically' in Documentation/spi/spi-summary.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/spi/spi-summary
... ... @@ -350,7 +350,7 @@
350 350 .resume = CHIP_resume,
351 351 };
352 352  
353   -The driver core will autmatically attempt to bind this driver to any SPI
  353 +The driver core will automatically attempt to bind this driver to any SPI
354 354 device whose board_info gave a modalias of "CHIP". Your probe() code
355 355 might look like this unless you're creating a device which is managing
356 356 a bus (appearing under /sys/class/spi_master).