Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148038
b: refs/heads/master
c: b0d428a
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and James Bottomley committed May 20, 2009
1 parent c6eabf7 commit 0de3011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73da9c13d4df3c1715029aa45edc78d71b617dfd
refs/heads/master: b0d428adebe9f1232c72bf4c686a6f0eed047cc2
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,13 +1350,13 @@ static int fcoe_check_wait_queue(struct fc_lport *lp)
/**
* fcoe_dev_setup() - setup link change notification interface
*/
static void fcoe_dev_setup()
static void fcoe_dev_setup(void)
{
register_netdevice_notifier(&fcoe_notifier);
}

/**
* fcoe_dev_setup() - cleanup link change notification interface
* fcoe_dev_cleanup() - cleanup link change notification interface
*/
static void fcoe_dev_cleanup(void)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libfc/fc_rport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ int fc_rport_init(struct fc_lport *lport)
}
EXPORT_SYMBOL(fc_rport_init);

int fc_setup_rport()
int fc_setup_rport(void)
{
rport_event_queue = create_singlethread_workqueue("fc_rport_eq");
if (!rport_event_queue)
Expand All @@ -1339,7 +1339,7 @@ int fc_setup_rport()
}
EXPORT_SYMBOL(fc_setup_rport);

void fc_destroy_rport()
void fc_destroy_rport(void)
{
destroy_workqueue(rport_event_queue);
}
Expand Down

0 comments on commit 0de3011

Please sign in to comment.