···14401440 * @skb: The buffer to process14411441 * @dev: The device it arrived on14421442 * @p: Unused14431443+ * @orig_dev: Unused14431444 *14441445 * Protocol glue. This drives the deferred processing mode the poorer14451446 * cards use. This can be called directly by cards that do not have
+2-2
drivers/scsi/libata-core.c
···25312531 * @ap: port to read/write25322532 * @buf: data buffer25332533 * @buflen: buffer length25342534- * @do_write: read/write25342534+ * @write_data: read/write25352535 *25362536 * Transfer data from/to the device data register by MMIO.25372537 *···25772577 * @ap: port to read/write25782578 * @buf: data buffer25792579 * @buflen: buffer length25802580- * @do_write: read/write25802580+ * @write_data: read/write25812581 *25822582 * Transfer data from/to the device data register by PIO.25832583 *
+1-1
include/sound/pcm.h
···903903int snd_pcm_format_linear(snd_pcm_format_t format);904904int snd_pcm_format_little_endian(snd_pcm_format_t format);905905int snd_pcm_format_big_endian(snd_pcm_format_t format);906906-/**906906+/*907907 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian908908 * @format: the format to check909909 *
+1
kernel/sched.c
···1478147814791479/**14801480 * finish_task_switch - clean up after a task-switch14811481+ * @rq: runqueue associated with task-switch14811482 * @prev: the thread we just switched away from.14821483 *14831484 * finish_task_switch must be called after the context switch, paired