No description
Find a file
Markus Elfring dcfca27faf NFC: digital: Delete an error message for memory allocation failure
Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Link: http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-06-23 00:14:12 +02:00
arch
block
certs
crypto
Documentation NFC: trf7970a: Enable pins are active high not active low 2017-06-18 23:57:58 +02:00
drivers NFC: trf7970a: fix check of clock frequencies, use && instead of || 2017-06-22 23:59:01 +02:00
firmware
fs
include NFC: st-nci: Get rid of platform data 2017-06-22 23:51:44 +02:00
init
ipc
kernel
lib
mm
net NFC: digital: Delete an error message for memory allocation failure 2017-06-23 00:14:12 +02: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: Remove non-existing NFC platform data files 2017-06-22 23:51:45 +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.