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
conf.py
# -*- coding: utf-8; mode: python -*-

project = 'Linux Kernel Documentation Guide'

tags.add("subproject")

latex_documents = [
    ('index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
     'The kernel development community', 'manual'),
]
back to top