No description
Find a file
Lee Jones c1c0f6eac3 net: net_failover: Correct parameter name 'standby_dev'
Fixes the following W=1 kernel build warning(s):

 drivers/net/net_failover.c:711: warning: Function parameter or member 'standby_dev' not described in 'net_failover_create'
 drivers/net/net_failover.c:711: warning: Excess function parameter 'dev' description in 'net_failover_create'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201102114512.1062724-30-lee.jones@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-03 16:40:23 -08:00
arch
block
certs
crypto
Documentation dt-bindings: net: ftgmac100: describe phy-handle and MDIO 2020-11-02 15:10:55 -08:00
drivers net: net_failover: Correct parameter name 'standby_dev' 2020-11-03 16:40:23 -08:00
fs
include mpls: drop skb's dst in mpls_forward() 2020-11-03 12:55:53 -08:00
init
ipc
kernel kernel: make kcov_common_handle consider the current context 2020-11-02 18:00:20 -08:00
lib net: add kcov handle to skb extensions 2020-11-02 18:01:34 -08:00
LICENSES
mm
net mpls: drop skb's dst in mpls_forward() 2020-11-03 12:55:53 -08:00
samples
scripts
security
sound
tools selftests: add test script for bareudp tunnels 2020-11-02 15:23:27 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.