Go to file
shaomin Deng 38f230f1f9 Bluetooth: btrtl: Fix typo in comment
Delete the repeated word "that" in comments.

Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2022-07-22 12:55:06 -07:00
Documentation dt-bindings: net: broadcom-bluetooth: Add conditional constraints 2022-07-21 17:11:44 -07:00
LICENSES
arch
block
certs
crypto
drivers Bluetooth: btrtl: Fix typo in comment 2022-07-22 12:55:06 -07:00
fs
include Bluetooth: mgmt: Fix using hci_conn_abort 2022-07-21 17:16:10 -07:00
init
ipc
kernel
lib
mm
net Bluetooth: MGMT: Fix holding hci_conn reference while command is queued 2022-07-22 11:02:58 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 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.