提交 ae6b4e69 编写于 作者: M Mauro Carvalho Chehab 提交者: Martin K. Petersen

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.orgSigned-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 56ae4919
...@@ -180,7 +180,7 @@ static void iscsi_sw_tcp_state_change(struct sock *sk) ...@@ -180,7 +180,7 @@ static void iscsi_sw_tcp_state_change(struct sock *sk)
} }
/** /**
* iscsi_write_space - Called when more output buffer space is available * iscsi_sw_tcp_write_space - Called when more output buffer space is available
* @sk: socket space is available for * @sk: socket space is available for
**/ **/
static void iscsi_sw_tcp_write_space(struct sock *sk) static void iscsi_sw_tcp_write_space(struct sock *sk)
...@@ -353,7 +353,7 @@ static int iscsi_sw_tcp_xmit(struct iscsi_conn *conn) ...@@ -353,7 +353,7 @@ static int iscsi_sw_tcp_xmit(struct iscsi_conn *conn)
} }
/** /**
* iscsi_tcp_xmit_qlen - return the number of bytes queued for xmit * iscsi_sw_tcp_xmit_qlen - return the number of bytes queued for xmit
* @conn: iscsi connection * @conn: iscsi connection
*/ */
static inline int iscsi_sw_tcp_xmit_qlen(struct iscsi_conn *conn) static inline int iscsi_sw_tcp_xmit_qlen(struct iscsi_conn *conn)
......
...@@ -777,7 +777,7 @@ int iscsi_conn_send_pdu(struct iscsi_cls_conn *cls_conn, struct iscsi_hdr *hdr, ...@@ -777,7 +777,7 @@ int iscsi_conn_send_pdu(struct iscsi_cls_conn *cls_conn, struct iscsi_hdr *hdr,
EXPORT_SYMBOL_GPL(iscsi_conn_send_pdu); EXPORT_SYMBOL_GPL(iscsi_conn_send_pdu);
/** /**
* iscsi_cmd_rsp - SCSI Command Response processing * iscsi_scsi_cmd_rsp - SCSI Command Response processing
* @conn: iscsi connection * @conn: iscsi connection
* @hdr: iscsi header * @hdr: iscsi header
* @task: scsi command task * @task: scsi command task
......
...@@ -559,7 +559,8 @@ static int scsi_dev_info_list_add_str(char *dev_list) ...@@ -559,7 +559,8 @@ static int scsi_dev_info_list_add_str(char *dev_list)
} }
/** /**
* get_device_flags - get device specific flags from the dynamic device list. * scsi_get_device_flags - get device specific flags from the dynamic
* device list.
* @sdev: &scsi_device to get flags for * @sdev: &scsi_device to get flags for
* @vendor: vendor name * @vendor: vendor name
* @model: model name * @model: model name
......
...@@ -1455,7 +1455,7 @@ static void scsi_softirq_done(struct request *rq) ...@@ -1455,7 +1455,7 @@ static void scsi_softirq_done(struct request *rq)
} }
/** /**
* scsi_dispatch_command - Dispatch a command to the low-level driver. * scsi_dispatch_cmd - Dispatch a command to the low-level driver.
* @cmd: command block we are dispatching. * @cmd: command block we are dispatching.
* *
* Return: nonzero return request was rejected and device's queue needs to be * Return: nonzero return request was rejected and device's queue needs to be
...@@ -2335,7 +2335,7 @@ scsi_device_set_state(struct scsi_device *sdev, enum scsi_device_state state) ...@@ -2335,7 +2335,7 @@ scsi_device_set_state(struct scsi_device *sdev, enum scsi_device_state state)
EXPORT_SYMBOL(scsi_device_set_state); EXPORT_SYMBOL(scsi_device_set_state);
/** /**
* sdev_evt_emit - emit a single SCSI device uevent * scsi_evt_emit - emit a single SCSI device uevent
* @sdev: associated SCSI device * @sdev: associated SCSI device
* @evt: event to emit * @evt: event to emit
* *
...@@ -2383,7 +2383,7 @@ static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) ...@@ -2383,7 +2383,7 @@ static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt)
} }
/** /**
* sdev_evt_thread - send a uevent for each scsi event * scsi_evt_thread - send a uevent for each scsi event
* @work: work struct for scsi_device * @work: work struct for scsi_device
* *
* Dispatch queued events to their associated scsi_device kobjects * Dispatch queued events to their associated scsi_device kobjects
......
...@@ -892,7 +892,7 @@ fc_fpin_congn_stats_update(struct Scsi_Host *shost, ...@@ -892,7 +892,7 @@ fc_fpin_congn_stats_update(struct Scsi_Host *shost,
} }
/** /**
* fc_host_rcv_fpin - routine to process a received FPIN. * fc_host_fpin_rcv - routine to process a received FPIN.
* @shost: host the FPIN was received on * @shost: host the FPIN was received on
* @fpin_len: length of FPIN payload, in bytes * @fpin_len: length of FPIN payload, in bytes
* @fpin_buf: pointer to FPIN payload * @fpin_buf: pointer to FPIN payload
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册