Linux kernel source tree
Find a file
Randy Dunlap d09dce1fff lib/win_minmax: use /* notation for regular comments
Don't use kernel-doc "/**" notation for non-kernel-doc comments.
Prevents a kernel-doc warning:

lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead

Link: https://lkml.kernel.org/r/20230102211614.26343-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-01-11 16:14:21 -08:00
arch powerpc fixes for 6.2 #2 2023-01-08 06:55:08 -07:00
block
certs
crypto
Documentation Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warning 2023-01-11 16:14:21 -08:00
drivers
fs nilfs2: fix general protection fault in nilfs_btree_insert() 2023-01-11 16:14:21 -08:00
include mm: fix vma->anon_name memory leak for anonymous shmem VMAs 2023-01-11 16:14:20 -08:00
init
io_uring
ipc
kernel
lib lib/win_minmax: use /* notation for regular comments 2023-01-11 16:14:21 -08:00
LICENSES
mm kasan: mark kasan_kunit_executing as static 2023-01-11 16:14:21 -08:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.2-rc3 2023-01-08 11:49:43 -06: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.