diff options
Diffstat (limited to 'include/linux/spi/flash.h')
| -rw-r--r-- | include/linux/spi/flash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/spi/flash.h b/include/linux/spi/flash.h index 3f22932e67a4..2401a0887209 100644 --- a/include/linux/spi/flash.h +++ b/include/linux/spi/flash.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_SPI_FLASH_H #define LINUX_SPI_FLASH_H @@ -7,7 +8,7 @@ struct mtd_partition; * struct flash_platform_data: board-specific flash data * @name: optional flash device name (eg, as used with mtdparts=) * @parts: optional array of mtd_partitions for static partitioning - * @nr_parts: number of mtd_partitions for static partitoning + * @nr_parts: number of mtd_partitions for static partitioning * @type: optional flash device type (e.g. m25p80 vs m25p64), for use * with chips that can't be queried for JEDEC or other IDs * |
