Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93944
b: refs/heads/master
c: 01ef66b
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Apr 27, 2008
1 parent 8132071 commit 5f9f64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7e47e5ca184548341a82eeb2238ee3622c43cae1
refs/heads/master: 01ef66bbb65aa4db100b267778202d7657e244e4
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ qla2x00_mem_free(scsi_qla_host_t *ha)
kfree(ha->nvram);
}

struct qla_work_evt *
static struct qla_work_evt *
qla2x00_alloc_work(struct scsi_qla_host *ha, enum qla_work_type type,
int locked)
{
Expand All @@ -2152,7 +2152,7 @@ qla2x00_alloc_work(struct scsi_qla_host *ha, enum qla_work_type type,
return e;
}

int
static int
qla2x00_post_work(struct scsi_qla_host *ha, struct qla_work_evt *e, int locked)
{
unsigned long flags;
Expand Down

0 comments on commit 5f9f64f

Please sign in to comment.