All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Fix some minor whitespace violations.
Date: Sat, 31 Mar 2007 16:13:51 -0400	[thread overview]
Message-ID: <20070331201351.GA7507@dellserver.lan> (raw)


Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
---
 common/cmd_bootm.c |    2 +-
 cpu/mpc83xx/cpu.c  |    4 ++--
 libfdt/fdt_ro.c    |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index ab8648f..2721216 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -38,7 +38,7 @@
 #include <fdt.h>
 #include <libfdt.h>
 #endif
-#if defined(CONFIG_OF_FLAT_TREE) 
+#if defined(CONFIG_OF_FLAT_TREE)
 #include <ft_build.h>
 #endif
 
diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c
index 851241a..21b1646 100644
--- a/cpu/mpc83xx/cpu.c
+++ b/cpu/mpc83xx/cpu.c
@@ -377,12 +377,12 @@ ft_cpu_setup(void *blob, bd_t *bd)
 							fixup_props[j].prop, bd->bi_enetaddr, 6);
 				} else {
 					printf("ft_cpu_setup: %s %s has no flag for the value to set\n",
-						fixup_props[j].node, 
+						fixup_props[j].node,
 						fixup_props[j].prop);
 				}
 				if (err < 0)
 					printf("libfdt: %s %s returned %s\n",
-						fixup_props[j].node, 
+						fixup_props[j].node,
 						fixup_props[j].prop,
 						fdt_strerror(err));
 			}
diff --git a/libfdt/fdt_ro.c b/libfdt/fdt_ro.c
index f884083..4b20553 100644
--- a/libfdt/fdt_ro.c
+++ b/libfdt/fdt_ro.c
@@ -171,7 +171,7 @@ int fdt_path_offset(const void *fdt, const char *path)
 		p = q;
 	}
 
-	return offset;	
+	return offset;
 }
 
 /*
@@ -240,7 +240,7 @@ struct fdt_property *fdt_get_property(const void *fdt,
 
 				if (lenp)
 					*lenp = len;
-				
+
 				return prop;
 			}
 			break;
-- 
1.4.4.4

                 reply	other threads:[~2007-03-31 20:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070331201351.GA7507@dellserver.lan \
    --to=gvb.uboot@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.