All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix misc spelling errors found by lintian
@ 2011-02-03 12:50 Loïc Minier
  2011-02-03 14:18 ` [U-Boot] [PATCH V2] " Loïc Minier
  0 siblings, 1 reply; 7+ messages in thread
From: Loïc Minier @ 2011-02-03 12:50 UTC (permalink / raw)
  To: u-boot

---
 arch/arm/cpu/arm920t/at91rm9200/ether.c |    2 +-
 arch/sparc/cpu/leon2/cpu_init.c         |    4 ++--
 arch/sparc/cpu/leon3/cpu_init.c         |    4 ++--
 common/cmd_usb.c                        |    2 +-
 common/usb_storage.c                    |    2 +-
 drivers/net/at91_emac.c                 |    2 +-
 fs/jffs2/jffs2_1pass.c                  |    2 +-
 fs/jffs2/jffs2_nand_1pass.c             |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/cpu/arm920t/at91rm9200/ether.c b/arch/arm/cpu/arm920t/at91rm9200/ether.c
index e1cdeba..d7135c5 100644
--- a/arch/arm/cpu/arm920t/at91rm9200/ether.c
+++ b/arch/arm/cpu/arm920t/at91rm9200/ether.c
@@ -39,7 +39,7 @@ typedef struct {
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/arch/sparc/cpu/leon2/cpu_init.c b/arch/sparc/cpu/leon2/cpu_init.c
index a24f778..795c7d7 100644
--- a/arch/sparc/cpu/leon2/cpu_init.c
+++ b/arch/sparc/cpu/leon2/cpu_init.c
@@ -47,9 +47,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/arch/sparc/cpu/leon3/cpu_init.c b/arch/sparc/cpu/leon3/cpu_init.c
index be22ec2..cba9d0e 100644
--- a/arch/sparc/cpu/leon3/cpu_init.c
+++ b/arch/sparc/cpu/leon3/cpu_init.c
@@ -57,9 +57,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index b04a8df..7fcc61a 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -580,7 +580,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 					break;
 			}
 			if (dev == NULL) {
-				printf("*** NO Device avaiable ***\n");
+				printf("*** NO Device available ***\n");
 				return 0;
 			} else {
 				usb_display_desc(dev);
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 1e6cd6a..de48c5a 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -254,7 +254,7 @@ int usb_stor_scan(int mode)
 		dev = usb_get_dev_index(i); /* get device */
 		USB_STOR_PRINTF("i=%d\n", i);
 		if (dev == NULL)
-			break; /* no more devices avaiable */
+			break; /* no more devices available */
 
 		if (usb_storage_probe(dev, 0, &usb_stor[usb_max_devs])) {
 			/* OK, it's a storage device.  Iterate over its LUNs
diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c
index 4e5685c..90eb515 100644
--- a/drivers/net/at91_emac.c
+++ b/drivers/net/at91_emac.c
@@ -93,7 +93,7 @@
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index c4f7445..5ddc2b9 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
@@ -794,7 +794,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 inode, char *dest)
 #endif
 				default:
 					/* unknown */
-					putLabeledWord("UNKOWN COMPRESSION METHOD = ", jNode->compr);
+					putLabeledWord("UNKNOWN COMPRESSION METHOD = ", jNode->compr);
 					put_fl_mem(jNode, pL->readbuf);
 					return -1;
 					break;
diff --git a/fs/jffs2/jffs2_nand_1pass.c b/fs/jffs2/jffs2_nand_1pass.c
index 3982003..740f787 100644
--- a/fs/jffs2/jffs2_nand_1pass.c
+++ b/fs/jffs2/jffs2_nand_1pass.c
@@ -350,7 +350,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest,
 #endif
 			default:
 				/* unknown */
-				putLabeledWord("UNKOWN COMPRESSION METHOD = ", inode->compr);
+				putLabeledWord("UNKNOWN COMPRESSION METHOD = ", inode->compr);
 				return -1;
 			}
 		}
-- 
1.7.2.3

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

* [U-Boot] [PATCH V2] Fix misc spelling errors found by lintian
  2011-02-03 12:50 [U-Boot] [PATCH] Fix misc spelling errors found by lintian Loïc Minier
@ 2011-02-03 14:18 ` Loïc Minier
  2011-02-03 14:28   ` Andy Pont
  2011-02-03 21:04   ` [U-Boot] [PATCH V3] " Loïc Minier
  0 siblings, 2 replies; 7+ messages in thread
From: Loïc Minier @ 2011-02-03 14:18 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Lo?c Minier <loic.minier@linaro.org>
---
Changes for V2:
 * add Signed-off-by

 arch/arm/cpu/arm920t/at91rm9200/ether.c |    2 +-
 arch/sparc/cpu/leon2/cpu_init.c         |    4 ++--
 arch/sparc/cpu/leon3/cpu_init.c         |    4 ++--
 common/cmd_usb.c                        |    2 +-
 common/usb_storage.c                    |    2 +-
 drivers/net/at91_emac.c                 |    2 +-
 fs/jffs2/jffs2_1pass.c                  |    2 +-
 fs/jffs2/jffs2_nand_1pass.c             |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/cpu/arm920t/at91rm9200/ether.c b/arch/arm/cpu/arm920t/at91rm9200/ether.c
index e1cdeba..d7135c5 100644
--- a/arch/arm/cpu/arm920t/at91rm9200/ether.c
+++ b/arch/arm/cpu/arm920t/at91rm9200/ether.c
@@ -39,7 +39,7 @@ typedef struct {
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/arch/sparc/cpu/leon2/cpu_init.c b/arch/sparc/cpu/leon2/cpu_init.c
index a24f778..795c7d7 100644
--- a/arch/sparc/cpu/leon2/cpu_init.c
+++ b/arch/sparc/cpu/leon2/cpu_init.c
@@ -47,9 +47,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/arch/sparc/cpu/leon3/cpu_init.c b/arch/sparc/cpu/leon3/cpu_init.c
index be22ec2..cba9d0e 100644
--- a/arch/sparc/cpu/leon3/cpu_init.c
+++ b/arch/sparc/cpu/leon3/cpu_init.c
@@ -57,9 +57,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index b04a8df..7fcc61a 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -580,7 +580,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 					break;
 			}
 			if (dev == NULL) {
-				printf("*** NO Device avaiable ***\n");
+				printf("*** NO Device available ***\n");
 				return 0;
 			} else {
 				usb_display_desc(dev);
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 1e6cd6a..de48c5a 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -254,7 +254,7 @@ int usb_stor_scan(int mode)
 		dev = usb_get_dev_index(i); /* get device */
 		USB_STOR_PRINTF("i=%d\n", i);
 		if (dev == NULL)
-			break; /* no more devices avaiable */
+			break; /* no more devices available */
 
 		if (usb_storage_probe(dev, 0, &usb_stor[usb_max_devs])) {
 			/* OK, it's a storage device.  Iterate over its LUNs
diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c
index 4e5685c..90eb515 100644
--- a/drivers/net/at91_emac.c
+++ b/drivers/net/at91_emac.c
@@ -93,7 +93,7 @@
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index c4f7445..5ddc2b9 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
@@ -794,7 +794,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 inode, char *dest)
 #endif
 				default:
 					/* unknown */
-					putLabeledWord("UNKOWN COMPRESSION METHOD = ", jNode->compr);
+					putLabeledWord("UNKNOWN COMPRESSION METHOD = ", jNode->compr);
 					put_fl_mem(jNode, pL->readbuf);
 					return -1;
 					break;
diff --git a/fs/jffs2/jffs2_nand_1pass.c b/fs/jffs2/jffs2_nand_1pass.c
index 3982003..740f787 100644
--- a/fs/jffs2/jffs2_nand_1pass.c
+++ b/fs/jffs2/jffs2_nand_1pass.c
@@ -350,7 +350,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest,
 #endif
 			default:
 				/* unknown */
-				putLabeledWord("UNKOWN COMPRESSION METHOD = ", inode->compr);
+				putLabeledWord("UNKNOWN COMPRESSION METHOD = ", inode->compr);
 				return -1;
 			}
 		}
-- 
1.7.2.3

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

* [U-Boot] [PATCH V2] Fix misc spelling errors found by lintian
  2011-02-03 14:18 ` [U-Boot] [PATCH V2] " Loïc Minier
@ 2011-02-03 14:28   ` Andy Pont
  2011-02-03 16:49     ` Loïc Minier
  2011-02-03 19:12     ` Wolfgang Denk
  2011-02-03 21:04   ` [U-Boot] [PATCH V3] " Loïc Minier
  1 sibling, 2 replies; 7+ messages in thread
From: Andy Pont @ 2011-02-03 14:28 UTC (permalink / raw)
  To: u-boot

Loic wrote...

<snip>

> diff --git a/common/cmd_usb.c b/common/cmd_usb.c
> index b04a8df..7fcc61a 100644
> --- a/common/cmd_usb.c
> +++ b/common/cmd_usb.c
> @@ -580,7 +580,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc,
> char * const argv[])
>  					break;
>  			}
>  			if (dev == NULL) {
> -				printf("*** NO Device avaiable ***\n");
> +				printf("*** NO Device available ***\n");

Should this be further amended to be all upper case or all words starting with an upper case character rather than the current random looking collection?

<snip>

Andy.

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

* [U-Boot] [PATCH V2] Fix misc spelling errors found by lintian
  2011-02-03 14:28   ` Andy Pont
@ 2011-02-03 16:49     ` Loïc Minier
  2011-02-03 19:12     ` Wolfgang Denk
  1 sibling, 0 replies; 7+ messages in thread
From: Loïc Minier @ 2011-02-03 16:49 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 03, 2011, Andy Pont wrote:
> Should this be further amended to be all upper case or all words
> starting with an upper case character rather than the current random
> looking collection?

 I wasn't sure whether it was extra emphasis on "NO", and there was no
 other similarly looking message in the file (with ***) so I didn't
 change the casing.

-- 
Lo?c Minier

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

* [U-Boot] [PATCH V2] Fix misc spelling errors found by lintian
  2011-02-03 14:28   ` Andy Pont
  2011-02-03 16:49     ` Loïc Minier
@ 2011-02-03 19:12     ` Wolfgang Denk
  1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2011-02-03 19:12 UTC (permalink / raw)
  To: u-boot

Dear "Andy Pont",

In message <012501cbc3ae$ae525bf0$0af713d0$@pont@sdcsystems.com> you wrote:
> 
> > -				printf("*** NO Device avaiable ***\n");
> > +				printf("*** NO Device available ***\n");
> 
> Should this be further amended to be all upper case or all words starting with an upper case character rather than the current random looking collection?

If you feel it's worth the effort, please feel free to rewrite as
"No device available".

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
America has been discovered before, but it has always been hushed up.
- Oscar Wilde

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

* [U-Boot] [PATCH V3] Fix misc spelling errors found by lintian
  2011-02-03 14:18 ` [U-Boot] [PATCH V2] " Loïc Minier
  2011-02-03 14:28   ` Andy Pont
@ 2011-02-03 21:04   ` Loïc Minier
  2011-04-12 19:12     ` Wolfgang Denk
  1 sibling, 1 reply; 7+ messages in thread
From: Loïc Minier @ 2011-02-03 21:04 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Lo?c Minier <loic.minier@linaro.org>
---
Changes for V3:
 * tweak casing of string in common/cmd_usb.c to "No device available"

Changes for V2:
 * add Signed-off-by

 arch/arm/cpu/arm920t/at91rm9200/ether.c |    2 +-
 arch/sparc/cpu/leon2/cpu_init.c         |    4 ++--
 arch/sparc/cpu/leon3/cpu_init.c         |    4 ++--
 common/cmd_usb.c                        |    2 +-
 common/usb_storage.c                    |    2 +-
 drivers/net/at91_emac.c                 |    2 +-
 fs/jffs2/jffs2_1pass.c                  |    2 +-
 fs/jffs2/jffs2_nand_1pass.c             |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/cpu/arm920t/at91rm9200/ether.c b/arch/arm/cpu/arm920t/at91rm9200/ether.c
index e1cdeba..d7135c5 100644
--- a/arch/arm/cpu/arm920t/at91rm9200/ether.c
+++ b/arch/arm/cpu/arm920t/at91rm9200/ether.c
@@ -39,7 +39,7 @@ typedef struct {
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/arch/sparc/cpu/leon2/cpu_init.c b/arch/sparc/cpu/leon2/cpu_init.c
index a24f778..795c7d7 100644
--- a/arch/sparc/cpu/leon2/cpu_init.c
+++ b/arch/sparc/cpu/leon2/cpu_init.c
@@ -47,9 +47,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/arch/sparc/cpu/leon3/cpu_init.c b/arch/sparc/cpu/leon3/cpu_init.c
index be22ec2..cba9d0e 100644
--- a/arch/sparc/cpu/leon3/cpu_init.c
+++ b/arch/sparc/cpu/leon3/cpu_init.c
@@ -57,9 +57,9 @@ struct {
  * initialize a bunch of registers.
  *
  * Run from FLASH/PROM:
- *  - until memory controller is set up, only registers avaiable
+ *  - until memory controller is set up, only registers available
  *  - no global variables available for writing
- *  - constants avaiable
+ *  - constants available
  */
 
 void cpu_init_f(void)
diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index b04a8df..ced818a 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -580,7 +580,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 					break;
 			}
 			if (dev == NULL) {
-				printf("*** NO Device avaiable ***\n");
+				printf("*** No device available ***\n");
 				return 0;
 			} else {
 				usb_display_desc(dev);
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 1e6cd6a..de48c5a 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -254,7 +254,7 @@ int usb_stor_scan(int mode)
 		dev = usb_get_dev_index(i); /* get device */
 		USB_STOR_PRINTF("i=%d\n", i);
 		if (dev == NULL)
-			break; /* no more devices avaiable */
+			break; /* no more devices available */
 
 		if (usb_storage_probe(dev, 0, &usb_stor[usb_max_devs])) {
 			/* OK, it's a storage device.  Iterate over its LUNs
diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c
index 4e5685c..90eb515 100644
--- a/drivers/net/at91_emac.c
+++ b/drivers/net/at91_emac.c
@@ -93,7 +93,7 @@
 #define RBF_MULTICAST (1<<30)
 #define RBF_UNICAST   (1<<29)
 #define RBF_EXTERNAL  (1<<28)
-#define RBF_UNKOWN    (1<<27)
+#define RBF_UNKNOWN   (1<<27)
 #define RBF_SIZE      0x07ff
 #define RBF_LOCAL4    (1<<26)
 #define RBF_LOCAL3    (1<<25)
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index c4f7445..5ddc2b9 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
@@ -794,7 +794,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 inode, char *dest)
 #endif
 				default:
 					/* unknown */
-					putLabeledWord("UNKOWN COMPRESSION METHOD = ", jNode->compr);
+					putLabeledWord("UNKNOWN COMPRESSION METHOD = ", jNode->compr);
 					put_fl_mem(jNode, pL->readbuf);
 					return -1;
 					break;
diff --git a/fs/jffs2/jffs2_nand_1pass.c b/fs/jffs2/jffs2_nand_1pass.c
index 3982003..740f787 100644
--- a/fs/jffs2/jffs2_nand_1pass.c
+++ b/fs/jffs2/jffs2_nand_1pass.c
@@ -350,7 +350,7 @@ jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest,
 #endif
 			default:
 				/* unknown */
-				putLabeledWord("UNKOWN COMPRESSION METHOD = ", inode->compr);
+				putLabeledWord("UNKNOWN COMPRESSION METHOD = ", inode->compr);
 				return -1;
 			}
 		}
-- 
1.7.2.3

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

* [U-Boot] [PATCH V3] Fix misc spelling errors found by lintian
  2011-02-03 21:04   ` [U-Boot] [PATCH V3] " Loïc Minier
@ 2011-04-12 19:12     ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2011-04-12 19:12 UTC (permalink / raw)
  To: u-boot

Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,

In message <1296767066-26337-1-git-send-email-loic.minier@linaro.org> you wrote:
> Signed-off-by: Lo?c Minier <loic.minier@linaro.org>
> ---
> Changes for V3:
>  * tweak casing of string in common/cmd_usb.c to "No device available"
> 
> Changes for V2:
>  * add Signed-off-by
> 
>  arch/arm/cpu/arm920t/at91rm9200/ether.c |    2 +-
>  arch/sparc/cpu/leon2/cpu_init.c         |    4 ++--
>  arch/sparc/cpu/leon3/cpu_init.c         |    4 ++--
>  common/cmd_usb.c                        |    2 +-
>  common/usb_storage.c                    |    2 +-
>  drivers/net/at91_emac.c                 |    2 +-
>  fs/jffs2/jffs2_1pass.c                  |    2 +-
>  fs/jffs2/jffs2_nand_1pass.c             |    2 +-
>  8 files changed, 10 insertions(+), 10 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A penny saved is a penny to squander.
- Ambrose Bierce

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

end of thread, other threads:[~2011-04-12 19:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-03 12:50 [U-Boot] [PATCH] Fix misc spelling errors found by lintian Loïc Minier
2011-02-03 14:18 ` [U-Boot] [PATCH V2] " Loïc Minier
2011-02-03 14:28   ` Andy Pont
2011-02-03 16:49     ` Loïc Minier
2011-02-03 19:12     ` Wolfgang Denk
2011-02-03 21:04   ` [U-Boot] [PATCH V3] " Loïc Minier
2011-04-12 19:12     ` Wolfgang Denk

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.