From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752130AbdFTQSY (ORCPT ); Tue, 20 Jun 2017 12:18:24 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:46803 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036AbdFTQSV (ORCPT ); Tue, 20 Jun 2017 12:18:21 -0400 X-Originating-IP: 83.155.44.161 From: Bastien Nocera To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, Bastien Nocera Subject: [PATCH] usb: plusb: Fix typo in Prolific's company name Date: Tue, 20 Jun 2017 18:18:07 +0200 Message-Id: <20170620161807.15073-1-hadess@hadess.net> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Bastien Nocera --- drivers/net/usb/plusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c index 6fe59373cba9..f76c4947ed2b 100644 --- a/drivers/net/usb/plusb.c +++ b/drivers/net/usb/plusb.c @@ -112,7 +112,7 @@ static const struct driver_info prolific_info = { /*-------------------------------------------------------------------------*/ /* - * Proilific's name won't normally be on the cables, and + * Prolific's name won't normally be on the cables, and * may not be on the device. */ -- 2.13.0