[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 28 Apr 2009 04:49:31 +0000 (21:49 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 20 May 2009 22:21:15 +0000 (17:21 -0500)
commitb0d428adebe9f1232c72bf4c686a6f0eed047cc2
tree305b5212f0c117591a45ce045f14d8331c6a681b
parent73da9c13d4df3c1715029aa45edc78d71b617dfd
[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant

Fix function declarations:

drivers/scsi/fcoe/fcoe.c:1356:28: warning: non-ANSI function declaration of function 'fcoe_dev_setup'
drivers/scsi/libfc/fc_rport.c:1293:20: warning: non-ANSI function declaration of function 'fc_setup_rport'
drivers/scsi/libfc/fc_rport.c:1302:23: warning: non-ANSI function declaration of function 'fc_destroy_rport'

[jejb: fixed wrong doc in comment noticed during inspection]
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/fcoe/fcoe.c
drivers/scsi/libfc/fc_rport.c