Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293047
b: refs/heads/master
c: a7380a6
h: refs/heads/master
i:
  293045: c7e9bd5
  293043: 5ac93b1
  293039: 6606e35
v: v3
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Feb 29, 2012
1 parent e763301 commit 8679617
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: 173269ef2900bf824032103b98f3446375a4f8d9
refs/heads/master: a7380a65312c98317aab70df6512c620369c2f19
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_iocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ static struct mrb *qla4xxx_get_new_mrb(struct scsi_qla_host *ha)
return mrb;
}

int qla4xxx_send_mbox_iocb(struct scsi_qla_host *ha, struct mrb *mrb,
uint32_t *in_mbox)
static int qla4xxx_send_mbox_iocb(struct scsi_qla_host *ha, struct mrb *mrb,
uint32_t *in_mbox)
{
int rval = QLA_SUCCESS;
uint32_t i;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static struct kmem_cache *srb_cachep;
/*
* Module parameter information and variables
*/
int ql4xdisablesysfsboot = 1;
static int ql4xdisablesysfsboot = 1;
module_param(ql4xdisablesysfsboot, int, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(ql4xdisablesysfsboot,
" Set to disable exporting boot targets to sysfs.\n"
Expand Down Expand Up @@ -3238,7 +3238,7 @@ int qla4xxx_post_ping_evt_work(struct scsi_qla_host *ha,
return QLA_SUCCESS;
}

void qla4xxx_do_work(struct scsi_qla_host *ha)
static void qla4xxx_do_work(struct scsi_qla_host *ha)
{
struct qla4_work_evt *e, *tmp;
unsigned long flags;
Expand Down

0 comments on commit 8679617

Please sign in to comment.