Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108161
b: refs/heads/master
c: f08c076
h: refs/heads/master
i:
  108159: 70acdfb
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Aug 11, 2008
1 parent 03f6f4c commit 34f3773
Show file tree
Hide file tree
Showing 5 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: 10fec20ef5eec1c91913baec1225400f0d02df40
refs/heads/master: f08c0761d6ff79e2f4c81f95fd01b761e0410785
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ static int alua_prep_fn(struct scsi_device *sdev, struct request *req)

}

const struct scsi_dh_devlist alua_dev_list[] = {
static const struct scsi_dh_devlist alua_dev_list[] = {
{"HP", "MSA VOLUME" },
{"HP", "HSV101" },
{"HP", "HSV111" },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_emc.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static int clariion_activate(struct scsi_device *sdev)
return result;
}

const struct scsi_dh_devlist clariion_dev_list[] = {
static const struct scsi_dh_devlist clariion_dev_list[] = {
{"DGC", "RAID"},
{"DGC", "DISK"},
{"DGC", "VRAID"},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_hp_sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int hp_sw_activate(struct scsi_device *sdev)
return ret;
}

const struct scsi_dh_devlist hp_sw_dh_data_list[] = {
static const struct scsi_dh_devlist hp_sw_dh_data_list[] = {
{"COMPAQ", "MSA1000 VOLUME"},
{"COMPAQ", "HSV110"},
{"HP", "HSV100"},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ static int rdac_check_sense(struct scsi_device *sdev,
return SCSI_RETURN_NOT_HANDLED;
}

const struct scsi_dh_devlist rdac_dev_list[] = {
static const struct scsi_dh_devlist rdac_dev_list[] = {
{"IBM", "1722"},
{"IBM", "1724"},
{"IBM", "1726"},
Expand Down

0 comments on commit 34f3773

Please sign in to comment.