No description
Find a file
Arvind Yadav 46d9ceaad0 net: defxx: constify eisa_device_id
eisa_device_id are not supposed to change at runtime. All functions
working with eisa_device_id provided by <linux/eisa.h> work with
const eisa_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Reviewed-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-19 17:13:41 -07:00
arch
block
certs
crypto
Documentation Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next 2017-08-18 11:07:46 -07:00
drivers net: defxx: constify eisa_device_id 2017-08-19 17:13:41 -07:00
firmware
fs
include net: drop unused attribute argument from sysfs queue funcs 2017-08-18 22:38:31 -07:00
init
ipc
kernel bpf: Fix map-in-map checking in the verifier 2017-08-18 16:25:00 -07:00
lib
mm
net net: style cleanups 2017-08-18 22:38:47 -07:00
samples bpf: sockmap sample program 2017-08-16 11:27:53 -07:00
scripts
security
sound
tools bpf: selftests add sockmap tests 2017-08-16 11:27:53 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.