No description
Find a file
Tian Tao c00697b592 drm/drv: Remove initialization of static variables
Address the following checkpatch errors:
ERROR: do not initialise statics to false

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1613701811-32037-1-git-send-email-tiantao6@hisilicon.com
2021-02-21 19:49:17 -05:00
arch drm-misc-next for v5.12: 2021-01-07 10:46:32 +01:00
block
certs
crypto
Documentation lib/vsprintf: Add support for printing V4L2 and DRM fourccs 2021-02-17 12:52:20 +01:00
drivers drm/drv: Remove initialization of static variables 2021-02-21 19:49:17 -05:00
fs
include drm/vblank: Document drm_crtc_vblank_restore constraints 2021-02-10 12:38:55 +01:00
init
ipc
kernel
lib lib/vsprintf: Add support for printing V4L2 and DRM fourccs 2021-02-17 12:52:20 +01:00
LICENSES
mm
net
samples
scripts lib/vsprintf: Add support for printing V4L2 and DRM fourccs 2021-02-17 12:52:20 +01:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: display: mxsfb: Convert binding to YAML 2021-01-22 09:00:44 -06:00
Makefile Linux 5.11-rc2 2021-01-03 15:55:30 -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.