diff options
author | Karen Xie <kxie@chelsio.com> | 2009-03-05 15:46:08 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-13 16:30:34 -0400 |
commit | 154229a33e5698cd89910c9762201bc7edd446b4 (patch) | |
tree | 88e28ac2b184bfa2afa4abcb1f33523b809f71f9 /drivers/scsi/cxgb3i/cxgb3i_offload.h | |
parent | 728996829b3e2a3bbacb7390e6c040dd839cdf21 (diff) |
[SCSI] cxgb3i: fix function descriptions
Limit function descriptions to be one line.
Signed-off-by: Karen Xie <kxie@chelsio.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/cxgb3i/cxgb3i_offload.h')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_offload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_offload.h b/drivers/scsi/cxgb3i/cxgb3i_offload.h index 6344b9eb2589..275f23f16eb7 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_offload.h +++ b/drivers/scsi/cxgb3i/cxgb3i_offload.h | |||
@@ -139,6 +139,7 @@ enum c3cn_flags { | |||
139 | 139 | ||
140 | /** | 140 | /** |
141 | * cxgb3i_sdev_data - Per adapter data. | 141 | * cxgb3i_sdev_data - Per adapter data. |
142 | * | ||
142 | * Linked off of each Ethernet device port on the adapter. | 143 | * Linked off of each Ethernet device port on the adapter. |
143 | * Also available via the t3cdev structure since we have pointers to our port | 144 | * Also available via the t3cdev structure since we have pointers to our port |
144 | * net_device's there ... | 145 | * net_device's there ... |