mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
spi: Fix typo in header
Spelling. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
55a2bec7b5
commit
40fc33fae0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ struct dm_spi_bus {
|
|||
* struct from a spi_slave, use dev_get_parent_platdata(dev) or
|
||||
* dev_get_parent_platdata(slave->dev).
|
||||
*
|
||||
* This data is immuatable. Each time the device is probed, @max_hz and @mode
|
||||
* This data is immutable. Each time the device is probed, @max_hz and @mode
|
||||
* will be copied to struct spi_slave.
|
||||
*
|
||||
* @cs: Chip select number (0..n-1)
|
||||
|
|
Loading…
Reference in a new issue