Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22522
b: refs/heads/master
c: 03fbcbc
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and unknown committed Feb 28, 2006
1 parent ab729d3 commit 4d126e6
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: f8a88b19b9d4f59bd625b4852c1b1138a5cf89f3
refs/heads/master: 03fbcbcd57e9d1bc5a4fe6a81c1845e7365ddabc
4 changes: 2 additions & 2 deletions trunk/drivers/message/fusion/mptfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ MODULE_DEVICE_TABLE(pci, mptfc_pci_table);

static struct scsi_transport_template *mptfc_transport_template = NULL;

struct fc_function_template mptfc_transport_functions = {
static struct fc_function_template mptfc_transport_functions = {
.dd_fcrport_size = 8,
.show_host_node_name = 1,
.show_host_port_name = 1,
Expand Down Expand Up @@ -514,7 +514,7 @@ mptfc_target_alloc(struct scsi_target *starget)
* Return non-zero if allocation fails.
* Init memory once per LUN.
*/
int
static int
mptfc_slave_alloc(struct scsi_device *sdev)
{
MPT_SCSI_HOST *hd;
Expand Down

0 comments on commit 4d126e6

Please sign in to comment.