forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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];) {