autofs_lookup(): hold ->d_lock over playing with ->d_flags
[sfrench/cifs-2.6.git] / Documentation / media / conf.py
1 # -*- coding: utf-8; mode: python -*-
2
3 # SPDX-License-Identifier: GPL-2.0
4
5 project = 'Linux Media Subsystem Documentation'
6
7 tags.add("subproject")
8
9 latex_documents = [
10     ('index', 'media.tex', 'Linux Media Subsystem Documentation',
11      'The kernel development community', 'manual'),
12 ]