Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754189AbcDBRSJ (ORCPT ); Sat, 2 Apr 2016 13:18:09 -0400 Received: from pygmy.kinoho.net ([134.0.27.24]:38061 "EHLO pygmy.kinoho.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbcDBRRf (ORCPT ); Sat, 2 Apr 2016 13:17:35 -0400 From: Grigori Goronzy To: Johan Hovold Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Grigori Goronzy Subject: [PATCH v2 01/14] USB: ch341: improve documentation Date: Sat, 2 Apr 2016 19:07:10 +0200 Message-Id: <1459616843-23829-2-git-send-email-greg@chown.ath.cx> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1459616843-23829-1-git-send-email-greg@chown.ath.cx> References: <1459616843-23829-1-git-send-email-greg@chown.ath.cx> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 21 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. * * The CH341 device can be used to implement an RS232 asynchronous * serial port, an IEEE-1284 parallel printer port or a memory-like -- 1.9.1