All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: Jesper Juhl <juhl-lkml@dif.dk>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] no need to cast pointer to (void *) when passing it to kfree()
Date: Tue, 05 Apr 2005 11:04:58 +0100	[thread overview]
Message-ID: <26741.1112695498@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.62.0504042326220.2496@dragon.hyggekrogen.localhost>

Jesper Juhl <juhl-lkml@dif.dk> wrote:

> kfree() takes a void pointer argument, no need to cast.

vma->vm_start is unsigned long (unless it's changed since last I looked):

	struct vm_area_struct {
		struct mm_struct * vm_mm;
		unsigned long vm_start;
		unsigned long vm_end;

Davod

  parent reply	other threads:[~2005-04-05 10:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-04 21:31 [PATCH] no need to cast pointer to (void *) when passing it to kfree() Jesper Juhl
2005-04-04 21:55 ` Jesper Juhl
2005-04-05 10:04 ` David Howells [this message]
2005-04-05 10:39   ` Jesper Juhl
2005-04-05 16:16     ` Jörn Engel

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=26741.1112695498@redhat.com \
    --to=dhowells@redhat.com \
    --cc=juhl-lkml@dif.dk \
    --cc=linux-kernel@vger.kernel.org \
    /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.