Skip to content

Commit

Permalink
[SCSI] lpfc: lpfc_debugfs.c: fix typo
Browse files Browse the repository at this point in the history
This patch fixes a typo introduced by
commit bbfbbbc.

It wasn't a compile error since CONFIG_LPFC_DEBUG_FS is not (yet?)
available as an option.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Oct 18, 2007
1 parent e9e42fa commit ff86ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/lpfc/lpfc_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
}
}

vport->disc_trc = kmzlloc(
vport->disc_trc = kzalloc(
(sizeof(struct lpfc_debugfs_trc) * lpfc_debugfs_max_disc_trc),
GFP_KERNEL);

Expand Down

0 comments on commit ff86ba5

Please sign in to comment.