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_ddp.c | |
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_ddp.c')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_ddp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.c b/drivers/scsi/cxgb3i/cxgb3i_ddp.c index a83d36e4926f..4eb6f5593b3e 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_ddp.c +++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.c | |||
@@ -196,7 +196,7 @@ static inline int ddp_alloc_gl_skb(struct cxgb3i_ddp_info *ddp, int idx, | |||
196 | } | 196 | } |
197 | 197 | ||
198 | /** | 198 | /** |
199 | * cxgb3i_ddp_find_page_index - return ddp page index for a given page size. | 199 | * cxgb3i_ddp_find_page_index - return ddp page index for a given page size |
200 | * @pgsz: page size | 200 | * @pgsz: page size |
201 | * return the ddp page index, if no match is found return DDP_PGIDX_MAX. | 201 | * return the ddp page index, if no match is found return DDP_PGIDX_MAX. |
202 | */ | 202 | */ |
@@ -355,8 +355,7 @@ EXPORT_SYMBOL_GPL(cxgb3i_ddp_release_gl); | |||
355 | * @tdev: t3cdev adapter | 355 | * @tdev: t3cdev adapter |
356 | * @tid: connection id | 356 | * @tid: connection id |
357 | * @tformat: tag format | 357 | * @tformat: tag format |
358 | * @tagp: the s/w tag, if ddp setup is successful, it will be updated with | 358 | * @tagp: contains s/w tag initially, will be updated with ddp/hw tag |
359 | * ddp/hw tag | ||
360 | * @gl: the page momory list | 359 | * @gl: the page momory list |
361 | * @gfp: allocation mode | 360 | * @gfp: allocation mode |
362 | * | 361 | * |