public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 8/8] ALSA: convert kcalloc to kzalloc
Date: Fri, 5 Aug 2005 10:22:48 -0500	[thread overview]
Message-ID: <d120d5000508050822f18c9ac@mail.gmail.com> (raw)
In-Reply-To: <ikr7kp.i3e3jm.bv3m5oebr5lt3u19xzl3ct9yu.beaver@cs.helsinki.fi>

On 8/5/05, Pekka Enberg <penberg@cs.helsinki.fi> wrote:
> This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.
> 

Hi,

Have you seen the following in include/sound/core?

...
#define kmalloc(size, flags) snd_hidden_kmalloc(size, flags)
#define kcalloc(n, size, flags) snd_hidden_kcalloc(n, size, flags)
#define kfree(obj) snd_hidden_kfree(obj)

-- 
Dmitry

  reply	other threads:[~2005-08-05 15:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-05 14:50 [PATCH 0/8] convert kcalloc to kzalloc Pekka Enberg
2005-08-05 14:50 ` [PATCH 1/8] IA64: " Pekka Enberg
2005-08-05 14:50   ` [PATCH 2/8] PPC64: " Pekka Enberg
2005-08-05 14:51     ` [PATCH 3/8] input: " Pekka Enberg
2005-08-05 14:51       ` [PATCH 4/8] USB: " Pekka Enberg
2005-08-05 14:51         ` [PATCH 5/8] PCI: " Pekka Enberg
2005-08-05 14:51           ` [PATCH 6/8] drivers: " Pekka Enberg
2005-08-05 14:51             ` [PATCH 7/8] fs: " Pekka Enberg
2005-08-05 14:52               ` [PATCH 8/8] ALSA: " Pekka Enberg
2005-08-05 15:22                 ` Dmitry Torokhov [this message]
2005-08-05 16:10                   ` Paulo Marques
2005-08-06 12:37                     ` Pekka Enberg
2005-08-08 10:20                       ` Takashi Iwai
2005-08-06 12:52                   ` Pekka Enberg

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=d120d5000508050822f18c9ac@mail.gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=akpm@osdl.org \
    --cc=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@cs.helsinki.fi \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox