Milk-V Jupiter RISC-V Kernel Full History
Find a file
Colin Ian King ecd17a87eb x25: remove redundant pointer dev
Pointer dev is being assigned a value that is never used, the assignment
and the variable are redundant and can be removed. Also replace null check
with the preferred !ptr idiom.

Cleans up clang scan warning:
net/x25/x25_proc.c:94:26: warning: Although the value stored to 'dev' is
used in the enclosing expression, the value is never actually read
from 'dev' [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220508214500.60446-1-colin.i.king@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-05-10 11:59:22 +02:00
arch um: vector: switch to netif_napi_add_weight() 2022-05-08 11:33:56 +01:00
block
certs
crypto
Documentation devicetree: bindings: net: Add bindings doc for Sunplus SP7021. 2022-05-10 11:31:32 +02:00
drivers net: ethernet: Add driver for Sunplus SP7021 2022-05-10 11:31:32 +02:00
fs
include ptp: Support late timestamp determination 2022-05-10 09:48:08 +02:00
init
ipc
kernel
lib
LICENSES
mm
net x25: remove redundant pointer dev 2022-05-10 11:59:22 +02:00
samples
scripts
security
sound
tools selftests: forwarding: Add a tunnel-based test for L3 HW stats 2022-05-08 11:46:21 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: ethernet: Add driver for Sunplus SP7021 2022-05-10 11:31:32 +02:00
Makefile
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.