From: Juerg Haefliger Date: Mon, 17 May 2021 09:58:37 +0000 (+0200) Subject: uio: Remove leading spaces in Kconfig X-Git-Tag: v5.14-rc1~68^2~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9eb95845dc830365a4a0caeb11c4ea8030eecd2;p=thirdparty%2Fkernel%2Flinux.git uio: Remove leading spaces in Kconfig Remove leading spaces before tabs in Kconfig file(s) by running the following command: $ find drivers/uio -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/' Signed-off-by: Juerg Haefliger Link: https://lore.kernel.org/r/20210517095837.81783-1-juergh@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 5531f3afeb213..2e16c5338e5b1 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig @@ -18,7 +18,7 @@ config UIO_CIF depends on PCI help Driver for Hilscher CIF DeviceNet and Profibus cards. This - driver requires a userspace component called cif that handles + driver requires a userspace component called cif that handles all of the heavy lifting and can be found at: