Re: [PATCH] drivers: net: xgene: Remove acpi_has_method() calls
From: David Miller
Date: Mon Jul 22 2019 - 21:17:35 EST
From: Kelsey Skunberg <skunberg.kelsey@xxxxxxxxx>
Date: Sun, 21 Jul 2019 21:04:01 -0600
> + "_RST", NULL, NULL);
^^^^
SPACE before TAB in indentation.
> + "_RST", NULL, NULL);
^^^^^^
Likewise.
GIT even warns about this when I try to apply this patch.
Please fix this.
Thank you.