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 u-boot-fdt] FDT command improvements.
Date: Sat, 12 May 2007 19:44:24 -0400	[thread overview]
Message-ID: <46465158.5070602@gmail.com> (raw)
In-Reply-To: <20070512142748.3CE9835264E@atlas.denx.de>

Wolfgang Denk wrote:
> In message <20070512140543.GC28102@cideas.com> you wrote:
>> +			printf ("findnodeoffset() libfdt: %s\n", fdt_strerror(nodeoffset));
> ...
>> +					printf ("libfdt fdt_open_into(): %s\n", fdt_strerror(err));
> ...
>> -						printf("Sorry, I could not convert \"%s\"\n", cp);
>> +					printf ("libfdt fdt_getprop(): %s\n", fdt_strerror(len));
> ...
>> +				printf("libfdt fdt_del_node():  %s\n", fdt_strerror(err));
> ...
> 
> ---------1---------2---------3---------4---------5---------6---------7---------8
> 
> Please keep in mind:
> 
> The limit on the length of lines is 80 columns and THIS IS A HARD
> LIMIT.
> 
> 
> Best regards,
> Wolfgang Denk

Hi Wolfgang,

Does :set ts=4 count?  It fits in 80 columns then. ;-)

The nesting is getting me in trouble.  I can fix some, but some would be 
ugly to fix because I would need to split strings.  I could move the 
value parsing into a subroutine, that would help.

Since the LIMIT IS HARD, I'll work it...

Best regards,
gvb

  reply	other threads:[~2007-05-12 23:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-12 14:05 [U-Boot-Users] [PATCH u-boot-fdt] FDT command improvements Jerry Van Baren
2007-05-12 14:27 ` Wolfgang Denk
2007-05-12 23:44   ` Jerry Van Baren [this message]
2007-05-13  0:05     ` Wolfgang Denk

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=46465158.5070602@gmail.com \
    --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.