From: James Smart <James.Smart@Emulex.Com>
To: Adrian Bunk <bunk@kernel.org>
Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl>,
James Bottomley <James.Bottomley@SteelEye.com>,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] scsi/lpfc/lpfc_debugfs.c: fix typo
Date: Fri, 19 Oct 2007 08:23:28 -0400 [thread overview]
Message-ID: <4718A1C0.3000501@emulex.com> (raw)
In-Reply-To: <20071018105237.GL3778@stusta.de>
ACK
-- james s
Adrian Bunk wrote:
> 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 <bunk@kernel.org>
>
> ---
> 74e14a2a4ed066aa8fedd557a6768fdfec5eb883
> 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);
>
>
>
prev parent reply other threads:[~2007-10-19 12:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-18 10:52 [2.6 patch] scsi/lpfc/lpfc_debugfs.c: fix typo Adrian Bunk
2007-10-19 12:23 ` James Smart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4718A1C0.3000501@emulex.com \
--to=james.smart@emulex.com \
--cc=James.Bottomley@SteelEye.com \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=m.kozlowski@tuxland.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.