power: supply: Fix Kconfig indentation
Krzysztof Kozlowski authored

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
3c9c2d08
Name Last commit Last update
Documentation Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
LICENSES LICENSES: Rename other to deprecated
arch Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
block block: fix memleak of bio integrity data
certs certs: Add wrapper function to check blacklisted binary hash
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers power: supply: Fix Kconfig indentation
fs Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
init init/Kconfig: fix indentation
ipc y2038: remove CONFIG_64BIT_TIME
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib lib/: fix Kconfig indentation
mm Merge branch 'akpm' (patches from Andrew)
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
sound Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr arch: sembuf.h: make uapi asm/sembuf.h self-contained
virt KVM: Fix jump label out_free_* in kvm_init()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.