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

Configure Feed

Select the types of activity you want to include in your feed.

scsi: doc: Fix some kernel-doc markups

Some identifiers have different names between their prototypes
and the kernel-doc markup.

[mkp: fix whitespace]

Link: https://lore.kernel.org/r/8ed7f149f25a363eea76e514c253c4e337c59379.1603469755.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Mauro Carvalho Chehab and committed by
Martin K. Petersen
ae6b4e69 56ae4919

+9 -8
+2 -2
drivers/scsi/iscsi_tcp.c
··· 180 180 } 181 181 182 182 /** 183 - * iscsi_write_space - Called when more output buffer space is available 183 + * iscsi_sw_tcp_write_space - Called when more output buffer space is available 184 184 * @sk: socket space is available for 185 185 **/ 186 186 static void iscsi_sw_tcp_write_space(struct sock *sk) ··· 353 353 } 354 354 355 355 /** 356 - * iscsi_tcp_xmit_qlen - return the number of bytes queued for xmit 356 + * iscsi_sw_tcp_xmit_qlen - return the number of bytes queued for xmit 357 357 * @conn: iscsi connection 358 358 */ 359 359 static inline int iscsi_sw_tcp_xmit_qlen(struct iscsi_conn *conn)
+1 -1
drivers/scsi/libiscsi.c
··· 777 777 EXPORT_SYMBOL_GPL(iscsi_conn_send_pdu); 778 778 779 779 /** 780 - * iscsi_cmd_rsp - SCSI Command Response processing 780 + * iscsi_scsi_cmd_rsp - SCSI Command Response processing 781 781 * @conn: iscsi connection 782 782 * @hdr: iscsi header 783 783 * @task: scsi command task
+2 -1
drivers/scsi/scsi_devinfo.c
··· 559 559 } 560 560 561 561 /** 562 - * get_device_flags - get device specific flags from the dynamic device list. 562 + * scsi_get_device_flags - get device specific flags from the dynamic 563 + * device list. 563 564 * @sdev: &scsi_device to get flags for 564 565 * @vendor: vendor name 565 566 * @model: model name
+3 -3
drivers/scsi/scsi_lib.c
··· 1455 1455 } 1456 1456 1457 1457 /** 1458 - * scsi_dispatch_command - Dispatch a command to the low-level driver. 1458 + * scsi_dispatch_cmd - Dispatch a command to the low-level driver. 1459 1459 * @cmd: command block we are dispatching. 1460 1460 * 1461 1461 * Return: nonzero return request was rejected and device's queue needs to be ··· 2335 2335 EXPORT_SYMBOL(scsi_device_set_state); 2336 2336 2337 2337 /** 2338 - * sdev_evt_emit - emit a single SCSI device uevent 2338 + * scsi_evt_emit - emit a single SCSI device uevent 2339 2339 * @sdev: associated SCSI device 2340 2340 * @evt: event to emit 2341 2341 * ··· 2383 2383 } 2384 2384 2385 2385 /** 2386 - * sdev_evt_thread - send a uevent for each scsi event 2386 + * scsi_evt_thread - send a uevent for each scsi event 2387 2387 * @work: work struct for scsi_device 2388 2388 * 2389 2389 * Dispatch queued events to their associated scsi_device kobjects
+1 -1
drivers/scsi/scsi_transport_fc.c
··· 892 892 } 893 893 894 894 /** 895 - * fc_host_rcv_fpin - routine to process a received FPIN. 895 + * fc_host_fpin_rcv - routine to process a received FPIN. 896 896 * @shost: host the FPIN was received on 897 897 * @fpin_len: length of FPIN payload, in bytes 898 898 * @fpin_buf: pointer to FPIN payload