Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932452AbcDFL6X (ORCPT ); Wed, 6 Apr 2016 07:58:23 -0400 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:56358 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751553AbcDFL6V (ORCPT ); Wed, 6 Apr 2016 07:58:21 -0400 Date: Wed, 6 Apr 2016 12:58:07 +0100 From: One Thousand Gnomes To: Grigori Goronzy Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/14] USB: ch341: improve documentation Message-ID: <20160406125807.53dbf739@lxorguk.ukuu.org.uk> In-Reply-To: <1459616843-23829-2-git-send-email-greg@chown.ath.cx> References: <1459616843-23829-1-git-send-email-greg@chown.ath.cx> <1459616843-23829-2-git-send-email-greg@chown.ath.cx> Organization: Intel Corporation X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 21 On Sat, 2 Apr 2016 19:07:10 +0200 Grigori Goronzy wrote: > Signed-off-by: Grigori Goronzy > --- > drivers/usb/serial/ch341.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/serial/ch341.c b/drivers/usb/serial/ch341.c > index c73808f..43e4594 100644 > --- a/drivers/usb/serial/ch341.c > +++ b/drivers/usb/serial/ch341.c > @@ -3,7 +3,8 @@ > * Copyright 2007, Werner Cornelius > * Copyright 2009, Boris Hajduk > * > - * ch341.c implements a serial port driver for the Winchiphead CH341. > + * ch341.c implements a serial port driver for the Winchiphead CH341, > + * the second-worst USB serial chip in the world. Tempting as it may be it probably doesn't belong in the kernel.