diff options
author | Jing Huang <huangj@brocade.com> | 2010-10-18 20:17:23 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-25 17:28:09 -0400 |
commit | 5fbe25c7a664601666895e8f95eaa59bd9741392 (patch) | |
tree | f2d452938ba5ba924d0e8cc4f173f963df13018e /drivers/scsi/bfa/bfad_attr.c | |
parent | acdc79a60cb3cbbc9f07bb5032d890e9cf94f0ff (diff) |
[SCSI] bfa: fix comments for c files
This patch addresses the comments from Randy Dunlap (Randy.Dunlap@oracle.com)
regarding comment blocks that begining with "/**". bfa driver comments
currently do not follow kernel-doc convention, we hence replace all
/** with /* and **/ with */.
Signed-off-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/bfad_attr.c')
-rw-r--r-- | drivers/scsi/bfa/bfad_attr.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/scsi/bfa/bfad_attr.c b/drivers/scsi/bfa/bfad_attr.c index 27dd06ff6a3d..ed9fff440b5c 100644 --- a/drivers/scsi/bfa/bfad_attr.c +++ b/drivers/scsi/bfa/bfad_attr.c | |||
@@ -15,14 +15,14 @@ | |||
15 | * General Public License for more details. | 15 | * General Public License for more details. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /** | 18 | /* |
19 | * bfa_attr.c Linux driver configuration interface module. | 19 | * bfa_attr.c Linux driver configuration interface module. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include "bfad_drv.h" | 22 | #include "bfad_drv.h" |
23 | #include "bfad_im.h" | 23 | #include "bfad_im.h" |
24 | 24 | ||
25 | /** | 25 | /* |
26 | * FC transport template entry, get SCSI target port ID. | 26 | * FC transport template entry, get SCSI target port ID. |
27 | */ | 27 | */ |
28 | void | 28 | void |
@@ -48,7 +48,7 @@ bfad_im_get_starget_port_id(struct scsi_target *starget) | |||
48 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); | 48 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); |
49 | } | 49 | } |
50 | 50 | ||
51 | /** | 51 | /* |
52 | * FC transport template entry, get SCSI target nwwn. | 52 | * FC transport template entry, get SCSI target nwwn. |
53 | */ | 53 | */ |
54 | void | 54 | void |
@@ -74,7 +74,7 @@ bfad_im_get_starget_node_name(struct scsi_target *starget) | |||
74 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); | 74 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); |
75 | } | 75 | } |
76 | 76 | ||
77 | /** | 77 | /* |
78 | * FC transport template entry, get SCSI target pwwn. | 78 | * FC transport template entry, get SCSI target pwwn. |
79 | */ | 79 | */ |
80 | void | 80 | void |
@@ -100,7 +100,7 @@ bfad_im_get_starget_port_name(struct scsi_target *starget) | |||
100 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); | 100 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); |
101 | } | 101 | } |
102 | 102 | ||
103 | /** | 103 | /* |
104 | * FC transport template entry, get SCSI host port ID. | 104 | * FC transport template entry, get SCSI host port ID. |
105 | */ | 105 | */ |
106 | void | 106 | void |
@@ -114,7 +114,7 @@ bfad_im_get_host_port_id(struct Scsi_Host *shost) | |||
114 | bfa_os_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); | 114 | bfa_os_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); |
115 | } | 115 | } |
116 | 116 | ||
117 | /** | 117 | /* |
118 | * FC transport template entry, get SCSI host port type. | 118 | * FC transport template entry, get SCSI host port type. |
119 | */ | 119 | */ |
120 | static void | 120 | static void |
@@ -146,7 +146,7 @@ bfad_im_get_host_port_type(struct Scsi_Host *shost) | |||
146 | } | 146 | } |
147 | } | 147 | } |
148 | 148 | ||
149 | /** | 149 | /* |
150 | * FC transport template entry, get SCSI host port state. | 150 | * FC transport template entry, get SCSI host port state. |
151 | */ | 151 | */ |
152 | static void | 152 | static void |
@@ -183,7 +183,7 @@ bfad_im_get_host_port_state(struct Scsi_Host *shost) | |||
183 | } | 183 | } |
184 | } | 184 | } |
185 | 185 | ||
186 | /** | 186 | /* |
187 | * FC transport template entry, get SCSI host active fc4s. | 187 | * FC transport template entry, get SCSI host active fc4s. |
188 | */ | 188 | */ |
189 | static void | 189 | static void |
@@ -202,7 +202,7 @@ bfad_im_get_host_active_fc4s(struct Scsi_Host *shost) | |||
202 | fc_host_active_fc4s(shost)[7] = 1; | 202 | fc_host_active_fc4s(shost)[7] = 1; |
203 | } | 203 | } |
204 | 204 | ||
205 | /** | 205 | /* |
206 | * FC transport template entry, get SCSI host link speed. | 206 | * FC transport template entry, get SCSI host link speed. |
207 | */ | 207 | */ |
208 | static void | 208 | static void |
@@ -236,7 +236,7 @@ bfad_im_get_host_speed(struct Scsi_Host *shost) | |||
236 | } | 236 | } |
237 | } | 237 | } |
238 | 238 | ||
239 | /** | 239 | /* |
240 | * FC transport template entry, get SCSI host port type. | 240 | * FC transport template entry, get SCSI host port type. |
241 | */ | 241 | */ |
242 | static void | 242 | static void |
@@ -253,7 +253,7 @@ bfad_im_get_host_fabric_name(struct Scsi_Host *shost) | |||
253 | 253 | ||
254 | } | 254 | } |
255 | 255 | ||
256 | /** | 256 | /* |
257 | * FC transport template entry, get BFAD statistics. | 257 | * FC transport template entry, get BFAD statistics. |
258 | */ | 258 | */ |
259 | static struct fc_host_statistics * | 259 | static struct fc_host_statistics * |
@@ -304,7 +304,7 @@ bfad_im_get_stats(struct Scsi_Host *shost) | |||
304 | return hstats; | 304 | return hstats; |
305 | } | 305 | } |
306 | 306 | ||
307 | /** | 307 | /* |
308 | * FC transport template entry, reset BFAD statistics. | 308 | * FC transport template entry, reset BFAD statistics. |
309 | */ | 309 | */ |
310 | static void | 310 | static void |
@@ -331,7 +331,7 @@ bfad_im_reset_stats(struct Scsi_Host *shost) | |||
331 | return; | 331 | return; |
332 | } | 332 | } |
333 | 333 | ||
334 | /** | 334 | /* |
335 | * FC transport template entry, get rport loss timeout. | 335 | * FC transport template entry, get rport loss timeout. |
336 | */ | 336 | */ |
337 | static void | 337 | static void |
@@ -347,7 +347,7 @@ bfad_im_get_rport_loss_tmo(struct fc_rport *rport) | |||
347 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); | 347 | spin_unlock_irqrestore(&bfad->bfad_lock, flags); |
348 | } | 348 | } |
349 | 349 | ||
350 | /** | 350 | /* |
351 | * FC transport template entry, set rport loss timeout. | 351 | * FC transport template entry, set rport loss timeout. |
352 | */ | 352 | */ |
353 | static void | 353 | static void |
@@ -633,7 +633,7 @@ struct fc_function_template bfad_im_vport_fc_function_template = { | |||
633 | .set_rport_dev_loss_tmo = bfad_im_set_rport_loss_tmo, | 633 | .set_rport_dev_loss_tmo = bfad_im_set_rport_loss_tmo, |
634 | }; | 634 | }; |
635 | 635 | ||
636 | /** | 636 | /* |
637 | * Scsi_Host_attrs SCSI host attributes | 637 | * Scsi_Host_attrs SCSI host attributes |
638 | */ | 638 | */ |
639 | static ssize_t | 639 | static ssize_t |