From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753258AbcFKA4r (ORCPT ); Fri, 10 Jun 2016 20:56:47 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:38836 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbcFKA4p (ORCPT ); Fri, 10 Jun 2016 20:56:45 -0400 From: Michal Nazarewicz To: Jonathan Corbet Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Michal Nazarewicz Subject: [PATCH] Documentation: tiny typo fix in usb/gadget_multi.txt Date: Sat, 11 Jun 2016 02:56:37 +0200 Message-Id: <1465606597-28445-1-git-send-email-mina86@mina86.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Michal Nazarewicz --- Documentation/usb/gadget_multi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/gadget_multi.txt b/Documentation/usb/gadget_multi.txt index 5faf514..b3146dd 100644 --- a/Documentation/usb/gadget_multi.txt +++ b/Documentation/usb/gadget_multi.txt @@ -36,7 +36,7 @@ configuration with CDC ECM which should work better under Linux. ** Windows host drivers -For the gadget two work under Windows two conditions have to be met: +For the gadget to work under Windows two conditions have to be met: *** Detecting as composite gadget -- 2.8.0.rc3.226.g39d4020