]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ALSA: ac97: Fix kernel-doc error with sphinx formatter
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Nov 2016 21:19:41 +0000 (22:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Nov 2016 06:28:12 +0000 (07:28 +0100)
commit1936f00424d142c596e7d4af06a78b830a9ed62b
tree23552d8181086b802e99a2757af143b9ba3a2fc9
parentb2fac0730347d591b528d8f0e4a9438c1bb6f558
ALSA: ac97: Fix kernel-doc error with sphinx formatter

Sphinx takes a word like (*foo)->bar in the kernel-doc comments as a
part of the emphasized marker, and complains like

  ./sound/pci/ac97/ac97_codec.c:1908: WARNING: Inline emphasis start-string without end-string.

For avoiding this, wrap it with the quotes (``) in the comment.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ac97/ac97_codec.c