All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] fix spelling of 'functions' in 2 places (was 'funtcions')
@ 2018-02-13 12:18 Simon Goldschmidt
  2018-02-14 16:43 ` [U-Boot] [U-Boot, " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Goldschmidt @ 2018-02-13 12:18 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
---

 arch/sandbox/cpu/state.c | 2 +-
 common/board_r.c         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sandbox/cpu/state.c b/arch/sandbox/cpu/state.c
index 07584486db..862a71ddce 100644
--- a/arch/sandbox/cpu/state.c
+++ b/arch/sandbox/cpu/state.c
@@ -153,7 +153,7 @@ int sandbox_read_state(struct sandbox_state *state, const char *fname)
 			return ret;
 	}
 
-	/* Call all the state read funtcions */
+	/* Call all the state read functions */
 	got_err = false;
 	blob = state->state_fdt;
 	io = ll_entry_start(struct sandbox_state_io, state_io);
diff --git a/common/board_r.c b/common/board_r.c
index 6349e86f71..482f506661 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -664,7 +664,7 @@ static int run_main_loop(void)
 
 /*
  * Over time we hope to remove these functions with code fragments and
- * stub funtcions, and instead call the relevant function directly.
+ * stub functions, and instead call the relevant function directly.
  *
  * We also hope to remove most of the driver-related init and do it if/when
  * the driver is later used.
-- 
2.11.0

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

* [U-Boot] [U-Boot, 2/2] fix spelling of 'functions' in 2 places (was 'funtcions')
  2018-02-13 12:18 [U-Boot] [PATCH 2/2] fix spelling of 'functions' in 2 places (was 'funtcions') Simon Goldschmidt
@ 2018-02-14 16:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-02-14 16:43 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 13, 2018 at 01:18:27PM +0100, Simon Goldschmidt wrote:

> Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180214/2d74e56a/attachment.sig>

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

end of thread, other threads:[~2018-02-14 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 12:18 [U-Boot] [PATCH 2/2] fix spelling of 'functions' in 2 places (was 'funtcions') Simon Goldschmidt
2018-02-14 16:43 ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.