Linux kernel source tree
Go to file
Bjorn Helgaas f9db1fc562 ACPI: Fix typos
Fix typos in documentation and comments.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20250722132653.GA2781885@bhelgaas
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2025-07-22 17:12:41 +02:00
Documentation ACPI: Fix typos 2025-07-22 17:12:41 +02:00
LICENSES
arch A single fix for a GCC wreckage, which emits a KCSAN instrumentation call 2025-07-20 11:27:52 -07:00
block block-6.16-20250718 2025-07-18 12:16:13 -07:00
certs
crypto
drivers ACPI: Fix typos 2025-07-22 17:12:41 +02:00
fs EFI fixes for v6.16 #2 2025-07-19 16:27:03 -07:00
include Char/Misc/IIO fixes for 6.16-rc7 2025-07-20 09:03:41 -07:00
init
io_uring io_uring-6.16-20250718 2025-07-18 12:21:26 -07:00
ipc
kernel Tracing fixes for 6.16: 2025-07-20 13:03:31 -07:00
lib
mm vfs-6.16-rc7.fixes 2025-07-19 08:47:59 -07:00
net bluetooth pull request for net: 2025-07-17 07:54:49 -07:00
rust Rust fixes for v6.16 (2nd) 2025-07-19 09:22:26 -07:00
samples
scripts Rust fixes for v6.16 (2nd) 2025-07-19 09:22:26 -07:00
security
sound ASoC: Fixes for v6.16 2025-07-17 14:53:38 +02:00
tools A single fix for the futex selftest code to make 32-bit user space work 2025-07-20 11:22:05 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ACPI/PNP: Use my kernel.org address in MAINTAINERS and ABI docs 2025-07-21 12:57:47 +02:00
Makefile Linux 6.16-rc7 2025-07-20 15:18:33 -07:00
README

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.