All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] disk: part: fix typo
@ 2017-08-29 16:36 Heinrich Schuchardt
  2017-09-04  0:42 ` [U-Boot] [U-Boot,1/1] " Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Heinrich Schuchardt @ 2017-08-29 16:36 UTC (permalink / raw)
  To: u-boot

%s/Desriptor/Descriptor/g

Fix lines over 80 characters with said typo.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 disk/part_mac.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/disk/part_mac.c b/disk/part_mac.c
index b6c082e7e1..d597dcf00a 100644
--- a/disk/part_mac.c
+++ b/disk/part_mac.c
@@ -47,7 +47,10 @@ static int part_test_mac(struct blk_desc *dev_desc)
 	ulong i, n;
 
 	if (part_mac_read_ddb (dev_desc, ddesc)) {
-		/* error reading Driver Desriptor Block, or no valid Signature */
+		/*
+		 * error reading Driver Descriptor Block,
+		 * or no valid Signature
+		 */
 		return (-1);
 	}
 
@@ -71,7 +74,10 @@ static void part_print_mac(struct blk_desc *dev_desc)
 	ldiv_t mb, gb;
 
 	if (part_mac_read_ddb (dev_desc, ddesc)) {
-		/* error reading Driver Desriptor Block, or no valid Signature */
+		/*
+		 * error reading Driver Descriptor Block,
+		 * or no valid Signature
+		 */
 		return;
 	}
 
@@ -153,7 +159,7 @@ static int part_mac_read_ddb(struct blk_desc *dev_desc,
 			     mac_driver_desc_t *ddb_p)
 {
 	if (blk_dread(dev_desc, 0, 1, (ulong *)ddb_p) != 1) {
-		printf ("** Can't read Driver Desriptor Block **\n");
+		printf("** Can't read Driver Descriptor Block **\n");
 		return (-1);
 	}
 
-- 
2.11.0

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

* [U-Boot] [U-Boot,1/1] disk: part: fix typo
  2017-08-29 16:36 [U-Boot] [PATCH 1/1] disk: part: fix typo Heinrich Schuchardt
@ 2017-09-04  0:42 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-09-04  0:42 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 29, 2017 at 06:36:59PM +0200, Heinrich Schuchardt wrote:

> %s/Desriptor/Descriptor/g
> 
> Fix lines over 80 characters with said typo.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170903/3fec9274/attachment-0001.sig>

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

* [U-Boot] [U-Boot,1/1] disk: part: fix typo
  2019-04-10 16:59 [U-Boot] [PATCH 1/1] " Heinrich Schuchardt
@ 2019-04-27 14:44 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-04-27 14:44 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 10, 2019 at 06:59:26PM +0200, Heinrich Schuchardt wrote:

> %g/rathen then/rather than/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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/20190427/7b34cc78/attachment.sig>

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

end of thread, other threads:[~2019-04-27 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 16:36 [U-Boot] [PATCH 1/1] disk: part: fix typo Heinrich Schuchardt
2017-09-04  0:42 ` [U-Boot] [U-Boot,1/1] " Tom Rini
2019-04-10 16:59 [U-Boot] [PATCH 1/1] " Heinrich Schuchardt
2019-04-27 14:44 ` [U-Boot] [U-Boot,1/1] " 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.