Commit 7ffaef82 authored by Heiko Carstens's avatar Heiko Carstens Committed by David S. Miller

s390/qeth: fix kernel doc comments

Fix kernel doc comments and remove incorrect kernel doc indicators.
Acked-by: default avatarJulian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarJulian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 79140e22
...@@ -1925,9 +1925,9 @@ static struct qeth_cmd_buffer *qeth_mpc_alloc_cmd(struct qeth_card *card, ...@@ -1925,9 +1925,9 @@ static struct qeth_cmd_buffer *qeth_mpc_alloc_cmd(struct qeth_card *card,
* @card: qeth_card structure pointer * @card: qeth_card structure pointer
* @iob: qeth_cmd_buffer pointer * @iob: qeth_cmd_buffer pointer
* @reply_cb: callback function pointer * @reply_cb: callback function pointer
* @cb_card: pointer to the qeth_card structure * cb_card: pointer to the qeth_card structure
* @cb_reply: pointer to the qeth_reply structure * cb_reply: pointer to the qeth_reply structure
* @cb_cmd: pointer to the original iob for non-IPA * cb_cmd: pointer to the original iob for non-IPA
* commands, or to the qeth_ipa_cmd structure * commands, or to the qeth_ipa_cmd structure
* for the IPA commands. * for the IPA commands.
* @reply_param: private pointer passed to the callback * @reply_param: private pointer passed to the callback
...@@ -3034,7 +3034,7 @@ static int qeth_send_ipa_cmd_cb(struct qeth_card *card, ...@@ -3034,7 +3034,7 @@ static int qeth_send_ipa_cmd_cb(struct qeth_card *card,
return (cmd->hdr.return_code) ? -EIO : 0; return (cmd->hdr.return_code) ? -EIO : 0;
} }
/** /*
* qeth_send_ipa_cmd() - send an IPA command * qeth_send_ipa_cmd() - send an IPA command
* *
* See qeth_send_control_data() for explanation of the arguments. * See qeth_send_control_data() for explanation of the arguments.
...@@ -3776,7 +3776,7 @@ static void qeth_qdio_output_handler(struct ccw_device *ccwdev, ...@@ -3776,7 +3776,7 @@ static void qeth_qdio_output_handler(struct ccw_device *ccwdev,
qeth_schedule_recovery(card); qeth_schedule_recovery(card);
} }
/** /*
* Note: Function assumes that we have 4 outbound queues. * Note: Function assumes that we have 4 outbound queues.
*/ */
int qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb) int qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb)
......
...@@ -492,7 +492,7 @@ int qeth_l3_setrouting_v6(struct qeth_card *card) ...@@ -492,7 +492,7 @@ int qeth_l3_setrouting_v6(struct qeth_card *card)
* IP address takeover related functions * IP address takeover related functions
*/ */
/** /*
* qeth_l3_update_ipato() - Update 'takeover' property, for all NORMAL IPs. * qeth_l3_update_ipato() - Update 'takeover' property, for all NORMAL IPs.
* *
* Caller must hold ip_lock. * Caller must hold ip_lock.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment