No description
Find a file
Colin Ian King f21bcefcf9 ray_cs: remove redundant pointer 'p'
Pointer 'p' is being assigned but is never used hence it is
redundant and can be removed. Also re-work if statement to remove
redundant assignment of p.

Cleans up clang warning:
warning: variable 'p' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-07-31 10:19:50 +03:00
arch
block
certs
crypto
Documentation Documentation: networking: cpsw: add MQPRIO & CBS offload examples 2018-07-23 20:34:36 -07:00
drivers ray_cs: remove redundant pointer 'p' 2018-07-31 10:19:50 +03:00
firmware
fs
include net/sched: add skbprio scheduler 2018-07-24 14:44:00 -07:00
init
ipc
kernel
lib wireless-drivers-next patches for 4.19 2018-07-23 21:30:03 -07:00
LICENSES
mm
net net/sched: add skbprio scheduler 2018-07-24 14:44:00 -07:00
samples
scripts
security net: sched: introduce chain object to uapi 2018-07-23 20:44:12 -07:00
sound
tools selftests: forwarding: add tests for TC chain templates 2018-07-23 20:44:13 -07: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.