All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Mark Allyn <mark.a.allyn@intel.com>
Cc: linux-kernel@vger.kernel.org, alan@linux.intel.com,
	dmitry.kasatkin@nokia.com
Subject: Re: [PATCH 01/11] Staging: sep: remove virtual address being passed to user space application
Date: Thu, 9 Dec 2010 16:37:17 -0800	[thread overview]
Message-ID: <20101210003717.GA28530@kroah.com> (raw)
In-Reply-To: <1291915803-18316-1-git-send-email-mark.a.allyn@intel.com>

On Thu, Dec 09, 2010 at 09:30:03AM -0800, Mark Allyn wrote:
> @@ -3064,7 +3051,7 @@ static long sep_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
>  		break;
>  	case SEP_IOCGETSTATICPOOLADDR:
>  		/* Get the physical and virtual addresses of the static pool */
> -		error = sep_get_static_pool_addr_handler(sep, arg);
> +		error = sep_get_static_pool_addr_handler(sep);

This comment should be changed as well, right?

thanks,

greg k-h

  reply	other threads:[~2010-12-10  0:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09 17:30 [PATCH 01/11] sep: remove virtual address being passed to user space application Mark Allyn
2010-12-10  0:37 ` Greg KH [this message]
2010-12-10  1:07   ` [PATCH 01/11] Staging: " Allyn, Mark A
2010-12-10  1:11     ` Greg KH

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=20101210003717.GA28530@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@linux.intel.com \
    --cc=dmitry.kasatkin@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.a.allyn@intel.com \
    /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.