Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <juergh@canonical.com>
Link: https://lore.kernel.org/r/20210517095837.81783-1-juergh@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Juerg Haefliger and committed by
Greg Kroah-Hartman
d9eb9584 c999fbbd

+1 -1
+1 -1
drivers/uio/Kconfig
··· 18 18 depends on PCI 19 19 help 20 20 Driver for Hilscher CIF DeviceNet and Profibus cards. This 21 - driver requires a userspace component called cif that handles 21 + driver requires a userspace component called cif that handles 22 22 all of the heavy lifting and can be found at: 23 23 <http://www.osadl.org/projects/downloads/UIO/user/> 24 24