linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: willy@linux.intel.com (Matthew Wilcox)
Subject: [PATCH v2] Return the result from user admin command IOCTL even in case of failure
Date: Thu, 23 May 2013 13:36:40 -0400	[thread overview]
Message-ID: <20130523173640.GY6057@linux.intel.com> (raw)
In-Reply-To: <E821E2F372F08945977BD15EAE588D611A05EE87@MILMBXIP01.sdcorp.global.sandisk.com>

On Wed, May 22, 2013@10:34:49PM +0000, Chayan Biswas wrote:
> -       if (!status && copy_to_user(&ucmd->result, &cmd.result,
> +       if ((status >= 0) && copy_to_user(&ucmd->result, &cmd.result,

I just tried to apply this and the patch is corrupted.  It looks like your
mailer has changed the tabs to spaces.  This seems to be an unfortunately
common problem with Outlook / Exchange.  Since this one's a one-liner,
I'll fix it up by hand, but for larger patches, can you use a different
mailer?

      reply	other threads:[~2013-05-23 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 22:34 [PATCH v2] Return the result from user admin command IOCTL even in case of failure Chayan Biswas
2013-05-23 17:36 ` Matthew Wilcox [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=20130523173640.GY6057@linux.intel.com \
    --to=willy@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).