Re: [U-Boot] [PATCH v5 06/13] Replace space and tab checks with isblank

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-7-git-send-email-jason.ho...@calxeda.com you wrote: These are various places I found that checked for conditions equivalent to isblank. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- new in v4 changes in v5: - none

[U-Boot] [PATCH v5 06/13] Replace space and tab checks with isblank

2011-08-31 Thread Jason Hobbs
These are various places I found that checked for conditions equivalent to isblank. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- new in v4 changes in v5: - none board/hymod/env.c|9 + common/command.c |9 + common/main.c