U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Cosmetic: Typo fixes
@ 2014-03-04 15:24 Vasili Galka
  2014-03-07 22:28 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Vasili Galka @ 2014-03-04 15:24 UTC (permalink / raw)
  To: u-boot

From: Vasili Galka <vvv444@gmail.com>

Signed-off-by: Vasili Galka <vasili@visionmap.com>
---
 include/spi_flash.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/spi_flash.h b/include/spi_flash.h
index f79f0ea..1a11286 100644
--- a/include/spi_flash.h
+++ b/include/spi_flash.h
@@ -52,7 +52,7 @@ enum spi_dual_flash {
  * @sector_size:	Sector size of this device
  * @nr_sectors:		No.of sectors on this device
  * @e_rd_cmd:		Enum list for read commands
- * @flags:		Importent param, for flash specific behaviour
+ * @flags:		Important param, for flash specific behaviour
  */
 struct spi_flash_params {
 	const char *name;
@@ -88,11 +88,11 @@ extern const struct spi_flash_params spi_flash_params_table[];
  * @memory_map:		Address of read-only SPI flash access
  * @read:		Flash read ops: Read len bytes at offset into buf
  *			Supported cmds: Fast Array Read
- * @write:		Flash write ops: Write len bytes from buf into offeset
+ * @write:		Flash write ops: Write len bytes from buf into offset
  *			Supported cmds: Page Program
  * @erase:		Flash erase ops: Erase len bytes from offset
  *			Supported cmds: Sector erase 4K, 32K, 64K
- * return 0 - Sucess, 1 - Failure
+ * return 0 - Success, 1 - Failure
  */
 struct spi_flash {
 	struct spi_slave *spi;
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] Cosmetic: Typo fixes
  2014-03-04 15:24 [U-Boot] [PATCH] Cosmetic: Typo fixes Vasili Galka
@ 2014-03-07 22:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-03-07 22:28 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 04, 2014 at 05:24:09PM +0200, Vasili Galka wrote:

> From: Vasili Galka <vvv444@gmail.com>
> 
> Signed-off-by: Vasili Galka <vasili@visionmap.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140307/771cacbd/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-07 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 15:24 [U-Boot] [PATCH] Cosmetic: Typo fixes Vasili Galka
2014-03-07 22:28 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox