Re: [PATCH 02/10] devinfo: reduce indentation

2014-05-30 Thread Antony Pavlov
On Fri, 30 May 2014 11:08:01 +0200 Holger Schurig wrote: > barebox:/ devinfo > devices: > `-- global > `-- platform >`-- mem0 > `-- 0x-0x3fff (1 GiB): /dev/ram0 >`-- a01000.interrupt-controller >`-- soc.0 > `-- 11.dma-apbh > `-- a00600.timer > `

Re: [PATCH 02/10] devinfo: reduce indentation

2014-05-30 Thread Holger Schurig
barebox:/ devinfo devices: `-- global `-- platform `-- mem0 `-- 0x-0x3fff (1 GiB): /dev/ram0 `-- a01000.interrupt-controller `-- soc.0 `-- 11.dma-apbh `-- a00600.timer `-- a02000.l2-cache ... ___ barebox m

[PATCH 02/10] devinfo: reduce indentation

2014-05-30 Thread Holger Schurig
This patch reduces the indentation of "devinfo", to reduce the amount of overly long lines. And while we're at it, also remove the fixed-size of the human-readable area. As entries didn't align anyway (because of indentation), this was just eating more space without giving much more readability.