From: Xiao Jin <jin.xiao@intel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
mingo@elte.hu, a.p.zijlstra@chello.nl, rusty@rustcorp.com.au,
william.douglas@intel.com, sboyd@codeaurora.org, jslaby@suse.cz,
oliver@neukum.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH] USB: cdc-acm: put delayed_wb to list
Date: Tue, 15 Oct 2013 08:50:09 +0800 [thread overview]
Message-ID: <1381798209.2495.1.camel@xiaojin> (raw)
In-Reply-To: <20131014181054.GA6023@kroah.com>
Hi, Greg,
I am sorry for the inconvenience. I will the patch format with the title
v2. Thanks for the review.
On Mon, 2013-10-14 at 11:10 -0700, Greg KH wrote:
> On Tue, Oct 08, 2013 at 05:08:48PM +0800, Xiao Jin wrote:
> >
> > From: xiao jin <jin.xiao@intel.com>
> >
> > If acm_write_start during acm suspend, write acm_wb is backuped
> > to delayed_wb. When acm resume, the delayed_wb will be started.
> > This mechanism can only record one write during acm suspend. More
> > acm write will be abandoned.
> >
> > This patch is to use list_head to record the write acm_wb during acm
> > suspend. It can ensure no acm write abandoned.
>
>
> This patch is line-wrapped, making it impossible to apply. Please check
> your email client and fix up to not do this in the future and resend
> this patch.
>
> thanks,
>
> greg k-h
prev parent reply other threads:[~2013-10-15 0:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 9:08 [PATCH] cdc-acm: put delayed_wb to list Xiao Jin
2013-10-14 18:10 ` [PATCH] USB: " Greg KH
2013-10-15 0:50 ` Xiao Jin [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=1381798209.2495.1.camel@xiaojin \
--to=jin.xiao@intel.com \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=oliver@neukum.org \
--cc=rusty@rustcorp.com.au \
--cc=sboyd@codeaurora.org \
--cc=william.douglas@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.