Revision 5362a4ec830e0b5f4db59ad05fc32b10268abe91 authored by Christoph Hellwig on 08 May 2017, 13:04:45 UTC, committed by Anna Schumaker on 13 July 2017, 19:57:55 UTC
Declare the p_decode callbacks with the proper prototype instead of
casting to kxdrdproc_t and losing all type safety.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
1 parent c56c620
Raw File
index.rst
.. _doc_guide:

=================================
How to write kernel documentation
=================================

.. toctree::
   :maxdepth: 1

   sphinx.rst
   kernel-doc.rst
   parse-headers.rst
   docbook.rst

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top