No description
Find a file
Jacob Keller 30b1b498d7 fm10k: reduce scope of the err variable
Reduce the scope of the err local variable in the fm10k_dcbnl_ieee_setets
function.

This was detected using cppcheck, and resolves the following style
warning:

[fm10k_dcbnl.c:37]: (style) The scope of the variable 'err' can be reduced.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-08-01 13:57:33 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: dsa: ksz: document Microchip KSZ87xx family switches 2019-07-30 15:12:50 -07:00
drivers fm10k: reduce scope of the err variable 2019-08-01 13:57:33 -07:00
fs
include net: bridge: mcast: add delete due to fast-leave mdb flag 2019-07-31 19:13:40 -04:00
init
ipc
kernel
lib
LICENSES
mm
net net: bridge: mcast: add delete due to fast-leave mdb flag 2019-07-31 19:13:40 -04:00
samples
scripts
security
sound
tools tc-testing: Clarify the use of tdc's -d option 2019-07-31 18:54:34 -04: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.