Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ff86ba59fbf6f0fd56b367b99b66dc8fb8ad61e7
Commit:     ff86ba59fbf6f0fd56b367b99b66dc8fb8ad61e7
Parent:     e9e42faf47255274a1ed0b9bf1c46118023ec5fa
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 18 12:52:37 2007 +0200
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Thu Oct 18 08:27:30 2007 -0400

    [SCSI] lpfc: lpfc_debugfs.c: fix typo
    
    This patch fixes a typo introduced by
    commit bbfbbbc1182f8b44c8cc4c99f4a3f3a512149022.
    
    It wasn't a compile error since CONFIG_LPFC_DEBUG_FS is not (yet?)
    available as an option.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/lpfc/lpfc_debugfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index 149fdd2..d6a98bc 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to