Linux kernel source tree
Go to file
Randy Dunlap 010c98df53 drm/msm: msm_gem_vma.c: fix all kernel-doc warnings
Correct or add kernel-doc comments to eliminate all warnings:

Warning: ../drivers/gpu/drm/msm/msm_gem_vma.c:96 expecting prototype for
 struct msm_vma_op. Prototype was for struct msm_vm_op instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/695679/
Link: https://lore.kernel.org/r/20251219184638.1813181-18-rdunlap@infradead.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-12-24 11:24:19 +02:00
Documentation dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU 2025-11-18 09:04:13 -08:00
LICENSES
arch - Reset the why-the-system-rebooted register on AMD to avoid stale bits 2025-10-19 04:41:27 -10:00
block
certs
crypto
drivers drm/msm: msm_gem_vma.c: fix all kernel-doc warnings 2025-12-24 11:24:19 +02:00
fs Description for this pull request: 2025-10-18 07:23:59 -10:00
include Merge tag 'drm-misc-next-2025-10-28' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2025-10-31 18:47:17 +01:00
init
io_uring
ipc
kernel drm-misc-next for v6.19: 2025-10-24 13:25:20 +02:00
lib
mm
net bpf-fixes 2025-10-18 08:00:43 -10:00
rust
samples
scripts
security
sound
tools hid-for-linus-2025101701 2025-10-18 08:18:18 -10:00
usr
virt
.clang-format Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2025-10-21 10:16:34 +02:00
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Merge drm/drm-next into drm-misc-next 2025-10-24 14:45:08 +02:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Akhil as a reviewer for the Adreno driver 2025-11-15 09:11:34 -08:00
Makefile Linux 6.18-rc2 2025-10-19 15:19:16 -10: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.