No description
Find a file
Colin Ian King a5ec65169c net: hns3: remove unused macros
The macros HCLGE_MPF_ENBALE and HCLGEVF_MPF_ENBALE are defined but never
used.  I was going to fix the spelling mistake "ENBALE" -> "ENABLE" but
found these macros are not used, so they can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-05 18:01:48 -08:00
arch
block
certs
crypto
Documentation dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock 2019-11-03 17:35:40 -08:00
drivers net: hns3: remove unused macros 2019-11-05 18:01:48 -08:00
fs
include icmp: add helpers to recognize ICMP error packets 2019-11-05 14:03:11 -08:00
init
ipc
kernel
lib
LICENSES
mm
net vsock: Simplify '__vsock_release()' 2019-11-05 17:55:47 -08:00
samples
scripts
security
sound
tools tc-testing: added tests with cookie for mpls TC action 2019-11-05 17:49:43 -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.