Go to file
Mark Greer fcc652f688 NFC: trf7970a: Remove useless comment
The last entry in the trf7970a_of_match[] table must be an empty
entry to demarcate the end of the table.  Currently, there is a
comment indicating this but it is obvious so remove the comment.

Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-06-18 23:57:58 +02:00
arch
block
certs
crypto
Documentation dt-bindings: orion-mdio: document the new xmdio compatible 2017-06-16 12:27:13 -04:00
drivers NFC: trf7970a: Remove useless comment 2017-06-18 23:57:58 +02:00
firmware
fs
include net: add debug atomic_inc_not_zero() in dst_hold() 2017-06-17 22:54:01 -04:00
init
ipc
kernel
lib networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
mm
net net: dsa: Fix legacy probing 2017-06-17 22:59:45 -04:00
samples pktgen: Specify the index of first thread 2017-06-16 12:32:34 -04:00
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer 2017-06-18 23:57:57 +02:00
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.