From: Jing Huang Date: Tue, 19 Oct 2010 00:17:23 +0000 (-0700) Subject: [SCSI] bfa: fix comments for c files X-Git-Tag: v2.6.37-rc1~6^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fbe25c7a664601666895e8f95eaa59bd9741392;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed