forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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];) {