commit | 5fbe25c7a664601666895e8f95eaa59bd9741392 | [log] [tgz] |
---|---|---|
author | Jing Huang <huangj@brocade.com> | Mon Oct 18 17:17:23 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Oct 25 16:28:09 2010 -0500 |
tree | f2d452938ba5ba924d0e8cc4f173f963df13018e | |
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>