No description
Find a file
luo penghao 7080cead5d sysctl: remove redundant ret assignment
Subsequent if judgments will assign new values to ret, so the statement
here should be deleted

The clang_analyzer complains as follows:

  fs/proc/proc_sysctl.c:
  Value stored to 'ret' is never read

Link: https://lkml.kernel.org/r/20211230063622.586360-1-luo.penghao@zte.com.cn
Signed-off-by: luo penghao <luo.penghao@zte.com.cn>
Reported-by: Zeal Robot <zealci@zte.com.cn>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2022-01-20 08:52:52 +02:00
arch proc: make the proc_create[_data]() stubs static inlines 2022-01-20 08:52:52 +02:00
block
certs
crypto
Documentation SoC; Fixes for 5.16, part 4 2022-01-08 12:56:16 -08:00
drivers mm: percpu: add generic pcpu_populate_pte() function 2022-01-20 08:52:52 +02:00
fs sysctl: remove redundant ret assignment 2022-01-20 08:52:52 +02:00
include proc: make the proc_create[_data]() stubs static inlines 2022-01-20 08:52:52 +02:00
init
ipc
kernel Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2022-01-07 15:58:06 -08:00
lib
LICENSES
mm mm: percpu: add generic pcpu_populate_pte() function 2022-01-20 08:52:52 +02:00
net
samples
scripts
security
sound
tools perf tools fixes for v5.16: 6th batch 2022-01-09 10:37:07 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.16 2022-01-09 14:55:34 -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.