https://github.com/torvalds/linux
Revision a11761c2dda64737bfe47e7c15545d4648f8573c authored by Dafna Hirschfeld on 01 March 2018, 08:57:21 UTC, committed by Masahiro Yamada on 02 March 2018, 15:41:24 UTC
Replace 'kmemdep' with 'kmemdup' in warning messages.

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 1a90ce3
Raw File
Tip revision: a11761c2dda64737bfe47e7c15545d4648f8573c authored by Dafna Hirschfeld on 01 March 2018, 08:57:21 UTC
Coccinelle: memdup: Fix typo in warning messages
Tip revision: a11761c
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.
back to top