public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Xiao Jin <jin.xiao@intel.com>
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: Mon, 14 Oct 2013 11:10:54 -0700	[thread overview]
Message-ID: <20131014181054.GA6023@kroah.com> (raw)
In-Reply-To: <1381223328.9531.3.camel@xiaojin>

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

  reply	other threads:[~2013-10-14 18:10 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 ` Greg KH [this message]
2013-10-15  0:50   ` [PATCH] USB: " Xiao Jin

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=20131014181054.GA6023@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=jin.xiao@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox