RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()
[linux-2.6-block.git] / Documentation / input / conf.py
CommitLineData
e2ba5731
MCC
1# -*- coding: utf-8; mode: python -*-
2
3project = "The Linux input driver subsystem"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'linux-input.tex', project,
9 'The kernel development community', 'manual'),
10]