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.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_ddp.h')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_ddp.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.h b/drivers/scsi/cxgb3i/cxgb3i_ddp.h index 3faae7831c83..75a63a81e873 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_ddp.h +++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.h | |||
@@ -185,12 +185,11 @@ static inline int cxgb3i_is_ddp_tag(struct cxgb3i_tag_format *tformat, u32 tag) | |||
185 | } | 185 | } |
186 | 186 | ||
187 | /** | 187 | /** |
188 | * cxgb3i_sw_tag_usable - check if a given s/w tag has enough bits left for | 188 | * cxgb3i_sw_tag_usable - check if s/w tag has enough bits left for hw bits |
189 | * the reserved/hw bits | ||
190 | * @tformat: tag format information | 189 | * @tformat: tag format information |
191 | * @sw_tag: s/w tag to be checked | 190 | * @sw_tag: s/w tag to be checked |
192 | * | 191 | * |
193 | * return true if the tag is a ddp tag, false otherwise. | 192 | * return true if the tag can be used for hw ddp tag, false otherwise. |
194 | */ | 193 | */ |
195 | static inline int cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, | 194 | static inline int cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, |
196 | u32 sw_tag) | 195 | u32 sw_tag) |
@@ -222,8 +221,7 @@ static inline u32 cxgb3i_set_non_ddp_tag(struct cxgb3i_tag_format *tformat, | |||
222 | } | 221 | } |
223 | 222 | ||
224 | /** | 223 | /** |
225 | * cxgb3i_ddp_tag_base - shift the s/w tag bits so that reserved bits are not | 224 | * cxgb3i_ddp_tag_base - shift s/w tag bits so that reserved bits are not used |
226 | * used. | ||
227 | * @tformat: tag format information | 225 | * @tformat: tag format information |
228 | * @sw_tag: s/w tag to be checked | 226 | * @sw_tag: s/w tag to be checked |
229 | */ | 227 | */ |