TWx Linux Repository
Go to file
John Whitmore 90c7dbf0bb staging:rtl8192u: Remove unused structure ACM - Style
Remove the structure ACM as it is unused in code. This change is a coding
style change and should have no impact on runtime code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-24 14:06:14 +02:00
arch
block
certs
crypto
Documentation Merge 4.18-rc5 into staging-next 2018-07-16 09:06:57 +02:00
drivers staging:rtl8192u: Remove unused structure ACM - Style 2018-07-24 14:06:14 +02:00
firmware
fs
include Merge 4.18-rc5 into staging-next 2018-07-16 09:06:57 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Merge 4.18-rc5 into staging-next 2018-07-16 09:06:57 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 4.18-rc5 into staging-next 2018-07-16 09:06:57 +02:00
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.