No description
Find a file
Colin Ian King f530eed65b net: neigh: remove redundant assignment to variable bucket
The variable bucket is being initialized with a value that is never
read and it is being updated later with a new value in a following
for-loop. The initialization is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-27 13:32:06 -07:00
arch
block
certs
crypto
Documentation dt-bindings: can: flexcan: add can wakeup property 2019-07-24 10:31:55 +02:00
drivers sis900: add support for ethtool's EEPROM dump 2019-07-26 14:24:48 -07:00
fs
include can: Add SPDX license identifiers for CAN subsystem 2019-07-24 10:31:55 +02:00
init
ipc
kernel
lib
LICENSES
mm
net net: neigh: remove redundant assignment to variable bucket 2019-07-27 13:32:06 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Fix typo in qos_mc_aware.sh 2019-07-24 14:51:10 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: can: add missing files to CAN NETWORK DRIVERS and CAN NETWORK LAYER 2019-07-24 08:50:17 +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.