Linux kernel source tree
Go to file
Hans Verkuil 0cb92ed0b3 media: tegra-video/csi.h: fix kernel-doc mistake
Fixes this kernel-doc warning:

drivers/staging/media/tegra-video/csi.h:152: warning: Function parameter or member 'csi_chans' not described in 'tegra_csi'

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-03-22 12:52:05 +01:00
arch
block
certs
crypto
Documentation media: dt-bindings: media: Remove qcom,camss documentation 2021-03-22 12:39:00 +01:00
drivers media: tegra-video/csi.h: fix kernel-doc mistake 2021-03-22 12:52:05 +01:00
fs
include media: camera-mx3: Remove unused header file 2021-03-22 11:58:22 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media: MAINTAINERS: Change CAMSS documentation to use dtschema bindings 2021-03-22 12:38:42 +01:00
Makefile Linux 5.12-rc2 2021-03-05 17:33:41 -08: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 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.