Commit 78cfe97f authored by Milan P. Gandhi's avatar Milan P. Gandhi Committed by Martin K. Petersen

scsi: fcoe: Fix few small typos in fcoe.c

This patch does a cleanup and fixes few small typos in fcoe.c
Signed-off-by: default avatarMilan P. Gandhi <mgandhi@redhat.com>
Acked-by: default avatarJohannes Thumshirn <jth@kernel.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 1ab62072
...@@ -519,7 +519,7 @@ static void fcoe_interface_cleanup(struct fcoe_interface *fcoe) ...@@ -519,7 +519,7 @@ static void fcoe_interface_cleanup(struct fcoe_interface *fcoe)
* @skb: The receive skb * @skb: The receive skb
* @netdev: The associated net device * @netdev: The associated net device
* @ptype: The packet_type structure which was used to register this handler * @ptype: The packet_type structure which was used to register this handler
* @orig_dev: The original net_device the the skb was received on. * @orig_dev: The original net_device the skb was received on.
* (in case dev is a bond) * (in case dev is a bond)
* *
* Returns: 0 for success * Returns: 0 for success
...@@ -542,7 +542,7 @@ static int fcoe_fip_recv(struct sk_buff *skb, struct net_device *netdev, ...@@ -542,7 +542,7 @@ static int fcoe_fip_recv(struct sk_buff *skb, struct net_device *netdev,
* @skb: The receive skb * @skb: The receive skb
* @netdev: The associated net device * @netdev: The associated net device
* @ptype: The packet_type structure which was used to register this handler * @ptype: The packet_type structure which was used to register this handler
* @orig_dev: The original net_device the the skb was received on. * @orig_dev: The original net_device the skb was received on.
* (in case dev is a bond) * (in case dev is a bond)
* *
* Returns: 0 for success * Returns: 0 for success
...@@ -2590,7 +2590,7 @@ module_exit(fcoe_exit); ...@@ -2590,7 +2590,7 @@ module_exit(fcoe_exit);
* fcoe_flogi_resp() - FCoE specific FLOGI and FDISC response handler * fcoe_flogi_resp() - FCoE specific FLOGI and FDISC response handler
* @seq: active sequence in the FLOGI or FDISC exchange * @seq: active sequence in the FLOGI or FDISC exchange
* @fp: response frame, or error encoded in a pointer (timeout) * @fp: response frame, or error encoded in a pointer (timeout)
* @arg: pointer the the fcoe_ctlr structure * @arg: pointer to the fcoe_ctlr structure
* *
* This handles MAC address management for FCoE, then passes control on to * This handles MAC address management for FCoE, then passes control on to
* the libfc FLOGI response handler. * the libfc FLOGI response handler.
...@@ -2619,7 +2619,7 @@ static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) ...@@ -2619,7 +2619,7 @@ static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
* fcoe_logo_resp() - FCoE specific LOGO response handler * fcoe_logo_resp() - FCoE specific LOGO response handler
* @seq: active sequence in the LOGO exchange * @seq: active sequence in the LOGO exchange
* @fp: response frame, or error encoded in a pointer (timeout) * @fp: response frame, or error encoded in a pointer (timeout)
* @arg: pointer the the fcoe_ctlr structure * @arg: pointer to the fcoe_ctlr structure
* *
* This handles MAC address management for FCoE, then passes control on to * This handles MAC address management for FCoE, then passes control on to
* the libfc LOGO response handler. * the libfc LOGO response handler.
......
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