kernel/drivers/acpi/acpica/dbconvert.c
.. .. @@ -106,6 +106,10 @@ 106 106 u8 *buffer; 107 107 acpi_status status; 108 108 109 + /* Skip all preceding white space */110 +111 + acpi_ut_remove_whitespace(&string);112 +109 113 /* Generate the final buffer length */ 110 114 111 115 for (i = 0, length = 0; string[i];) {