Linux kernel source tree
Go to file
Prasad Pandit cc26992681 dpll: indent DPLL option type by a tab
Indent config option type by a tab. It helps Kconfig parsers
to read file without error.

Fixes: 9431063ad3 ("dpll: core: Add DPLL framework base functions")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240322114819.1801795-1-ppandit@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-03-25 19:40:23 -07:00
arch Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
block vfs-6.9-rc1.fixes 2024-03-18 09:15:50 -07:00
certs
crypto
Documentation Including fixes from CAN, netfilter, wireguard and IPsec. 2024-03-21 14:50:39 -07:00
drivers dpll: indent DPLL option type by a tab 2024-03-25 19:40:23 -07:00
fs Driver core changes for 6.9-rc1 2024-03-21 13:34:15 -07:00
include Including fixes from CAN, netfilter, wireguard and IPsec. 2024-03-21 14:50:39 -07:00
init Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
io_uring
ipc sysctl changes for v6.9-rc1 2024-03-18 14:59:13 -07:00
kernel Including fixes from CAN, netfilter, wireguard and IPsec. 2024-03-21 14:50:39 -07:00
lib Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
LICENSES
mm Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
net net: mark racy access on sk->sk_rcvbuf 2024-03-25 14:46:59 +00:00
rust Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
samples Tracing updates for 6.9: 2024-03-18 15:11:44 -07:00
scripts Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
security
sound TTY/Serial driver update for 6.9-rc1 2024-03-21 12:44:10 -07:00
tools tools: ynl: fix setting presence bits in simple nests 2024-03-22 17:54:38 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Char/Misc and other driver subsystem updates for 6.9-rc1 2024-03-21 13:21:31 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from CAN, netfilter, wireguard and IPsec. 2024-03-21 14:50:39 -07:00
Makefile Kbuild updates for v6.9 2024-03-21 14:41:00 -07:00
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 reStructuredText 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.