Merge branch 'display-kernel.lnx.5.10' into display-kernel.lnx.1.0

Change-Id: I5d2b08380b6b0eb09492b950fb38cd9a0b3196c1
This commit is contained in:
Jeykumar Sankaran
2021-12-08 12:37:35 -08:00
53 changed files with 1867 additions and 334 deletions

View File

@@ -930,6 +930,7 @@ void *dsi_parser_get_head_node(void *in,
buf = parser->buf;
memcpy(buf, data, size);
buf[size] = '\0';
strreplace(buf, '\n', ' ');
strreplace(buf, '\t', '*');