forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/drivers/acpi/acpica/dbconvert.c
....@@ -106,6 +106,10 @@
106106 u8 *buffer;
107107 acpi_status status;
108108
109
+ /* Skip all preceding white space */
110
+
111
+ acpi_ut_remove_whitespace(&string);
112
+
109113 /* Generate the final buffer length */
110114
111115 for (i = 0, length = 0; string[i];) {