diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-03-20 11:11:45 +0000 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-03-20 04:56:52 -0700 |
commit | f1919cb852c8f9e7fa667a446f253258a8a599f2 (patch) | |
tree | 52463889ca9039961012a2ef523d7b37e729f875 /drivers/mtd/devices | |
parent | 0419a203f865603654953f407cf062309330f37e (diff) |
mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"
Reported-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/st_spi_fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/st_spi_fsm.c b/drivers/mtd/devices/st_spi_fsm.c index 80088e4880aa..ef9f9b84dbfb 100644 --- a/drivers/mtd/devices/st_spi_fsm.c +++ b/drivers/mtd/devices/st_spi_fsm.c @@ -3,7 +3,7 @@ * * Author: Angus Clark <angus.clark@st.com> * - * Copyright (C) 2010-2014 STicroelectronics Limited + * Copyright (C) 2010-2014 STMicroelectronics Limited * * JEDEC probe based on drivers/mtd/devices/m25p80.c * |