[PATCH 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

Wolfgang Denk wd at denx.de
Wed Mar 18 10:46:51 CET 2020


Dear Sean,

In message <f508db5c-e15c-7ec3-f290-99427821d644 at gmail.com> you wrote:
>
> Can you print these dashes in a way which makes it obvious that they are
> the correct length? E.g. do something like
>
> puts("Driver                    uid uclass               Devices\n");
> puts("----------------------------------------------------------\n");

Or even less code:

	puts("Driver                    uid uclass               Devices\n"
	     "----------------------------------------------------------\n");


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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 person with one watch knows what time it  is;  a  person  with  two
watches is never sure.                                       Proverb


More information about the U-Boot mailing list