Linux kernel source tree
Go to file
Ruffalo Lavoisier 59d617dc72 binder: fix typo in comment
Correct spelling on 'currently' in comment

Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240902130732.46698-1-RuffaloLavoisier@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-09-03 12:09:40 +02:00
arch Driver core fixes for 6.11-rc4 2024-08-18 10:19:49 -07:00
block
certs
crypto
Documentation IIO: 1st set of new device support, features and cleanup for 6.12 2024-09-03 11:32:16 +02:00
drivers binder: fix typo in comment 2024-09-03 12:09:40 +02:00
fs
include coresight: updates for Linux v6.12 2024-09-03 12:07:03 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools Merge 6.11-rc4 into char-misc-next 2024-08-19 06:02:26 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS IIO: 1st set of new device support, features and cleanup for 6.12 2024-09-03 11:32:16 +02:00
Makefile Linux 6.11-rc4 2024-08-18 13:17:27 -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.