commit | acdc79a60cb3cbbc9f07bb5032d890e9cf94f0ff | [log] [tgz] |
---|---|---|
author | Jing Huang <huangj@brocade.com> | Mon Oct 18 17:15:55 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Oct 25 16:26:57 2010 -0500 |
tree | cea700a23bf6e96e084bee54392b11bc4d307710 | |
parent | e0a08a30c9451333c9c4a8981fbfccc80b87ce78 [diff] |
[SCSI] bfa: fix comments for header 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>