Re: [PATCH v4 03/11] drm/print: Add drm_printf_indent()

2017-11-01 Thread Laurent Pinchart
Hi Noralf, Thank you for the patch. On Monday, 30 October 2017 18:29:37 EET Noralf Trønnes wrote: > Add drm_printf_indent() that adds tab indentation according to argument. > Indentation overflow is marked with an X. I wonder if this kind of thing would be useful to add to printk somehow. That'

[PATCH v4 03/11] drm/print: Add drm_printf_indent()

2017-10-30 Thread Noralf Trønnes
Add drm_printf_indent() that adds tab indentation according to argument. Indentation overflow is marked with an X. Reviewed-by: Daniel Vetter Signed-off-by: Noralf Trønnes --- Changes since version 3: - Turn drm_printf_indent() into a macro (Ville) - drm_printf_indent() add overflow marker (Jan