No description
Find a file
Luo Jie 06338ceff9 net: phy: fixed warning: Function parameter not described
Fixed warning: Function parameter or member 'enable' not
described in 'genphy_c45_fast_retrain'

Signed-off-by: Luo Jie <luoj@codeaurora.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20211026102957.17100-1-luoj@codeaurora.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-10-26 14:09:50 -07:00
arch
block
certs
crypto
Documentation net/mlx5: remove the recent devlink params 2021-10-26 10:18:32 -07:00
drivers net: phy: fixed warning: Function parameter not described 2021-10-26 14:09:50 -07:00
fs
include net/mlx5: remove the recent devlink params 2021-10-26 10:18:32 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: stop calling dev_hold in dsa_slave_fdb_event 2021-10-26 15:07:35 +01:00
samples
scripts
security
sound
tools selftests: mlxsw: Remove deprecated test cases 2021-10-26 13:35:58 +01: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.