Re: [PATCH libdrm 09/10] drmdevice: convert the tabbed output into a tree

2018-06-28 Thread Emil Velikov
On 28 June 2018 at 11:19, Eric Engestrom wrote: > On Monday, 2018-06-25 17:40:02 +, Emil Velikov wrote: >> From: Emil Velikov >> >> Making the output a little bit easier to parse by human beings. >> >> Signed-off-by: Emil Velikov >> --- >> tests/drmdevice.c | 78

Re: [PATCH libdrm 09/10] drmdevice: convert the tabbed output into a tree

2018-06-28 Thread Robert Foss
Feel free to add my r-b to this patch. On 2018-06-25 19:36, Emil Velikov wrote: From: Emil Velikov Making the output a little bit easier to parse by human beings. Signed-off-by: Emil Velikov --- tests/drmdevice.c | 78 +++ 1 file changed, 39

Re: [PATCH libdrm 09/10] drmdevice: convert the tabbed output into a tree

2018-06-28 Thread Eric Engestrom
On Monday, 2018-06-25 17:40:02 +, Emil Velikov wrote: > From: Emil Velikov > > Making the output a little bit easier to parse by human beings. > > Signed-off-by: Emil Velikov > --- > tests/drmdevice.c | 78 +++ > 1 file changed, 39

[PATCH libdrm 09/10] drmdevice: convert the tabbed output into a tree

2018-06-25 Thread Emil Velikov
From: Emil Velikov Making the output a little bit easier to parse by human beings. Signed-off-by: Emil Velikov --- tests/drmdevice.c | 78 +++ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/tests/drmdevice.c b/tests/drmdevice.c