Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[kernel-doc] fix various DocBook build problems/warnings

Most serious is fixing include/sound/pcm.h, which breaks the DocBook
build.

The other stuff is just filling in things that cause warnings.

+6 -4
+1 -1
Documentation/DocBook/mcabook.tmpl
··· 96 96 97 97 <chapter id="pubfunctions"> 98 98 <title>Public Functions Provided</title> 99 - !Earch/i386/kernel/mca.c 99 + !Edrivers/mca/mca-legacy.c 100 100 </chapter> 101 101 102 102 <chapter id="dmafunctions">
+1
drivers/net/wan/syncppp.c
··· 1440 1440 * @skb: The buffer to process 1441 1441 * @dev: The device it arrived on 1442 1442 * @p: Unused 1443 + * @orig_dev: Unused 1443 1444 * 1444 1445 * Protocol glue. This drives the deferred processing mode the poorer 1445 1446 * cards use. This can be called directly by cards that do not have
+2 -2
drivers/scsi/libata-core.c
··· 2531 2531 * @ap: port to read/write 2532 2532 * @buf: data buffer 2533 2533 * @buflen: buffer length 2534 - * @do_write: read/write 2534 + * @write_data: read/write 2535 2535 * 2536 2536 * Transfer data from/to the device data register by MMIO. 2537 2537 * ··· 2577 2577 * @ap: port to read/write 2578 2578 * @buf: data buffer 2579 2579 * @buflen: buffer length 2580 - * @do_write: read/write 2580 + * @write_data: read/write 2581 2581 * 2582 2582 * Transfer data from/to the device data register by PIO. 2583 2583 *
+1 -1
include/sound/pcm.h
··· 903 903 int snd_pcm_format_linear(snd_pcm_format_t format); 904 904 int snd_pcm_format_little_endian(snd_pcm_format_t format); 905 905 int snd_pcm_format_big_endian(snd_pcm_format_t format); 906 - /** 906 + /* 907 907 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian 908 908 * @format: the format to check 909 909 *
+1
kernel/sched.c
··· 1478 1478 1479 1479 /** 1480 1480 * finish_task_switch - clean up after a task-switch 1481 + * @rq: runqueue associated with task-switch 1481 1482 * @prev: the thread we just switched away from. 1482 1483 * 1483 1484 * finish_task_switch must be called after the context switch, paired