Hello there, linux-4.7-rc1/drivers/acpi/acpica/dbinput.c:484]: (style) Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. Source code is while (*string && (*string == ' ')) { Maybe better code while (*string == ' ') { Regards David Binderman -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html