[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1381798209.2495.1.camel@xiaojin>
Date: Tue, 15 Oct 2013 08:50:09 +0800
From: Xiao Jin <jin.xiao@...el.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
mingo@...e.hu, a.p.zijlstra@...llo.nl, rusty@...tcorp.com.au,
william.douglas@...el.com, sboyd@...eaurora.org, jslaby@...e.cz,
oliver@...kum.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH] USB: cdc-acm: put delayed_wb to list
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@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists