From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932671AbbJ0OnH (ORCPT ); Tue, 27 Oct 2015 10:43:07 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35947 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932262AbbJ0OnD (ORCPT ); Tue, 27 Oct 2015 10:43:03 -0400 From: Sudip Mukherjee To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Geliang Tang Subject: [PATCH 01/11] parport: fix a trivial typo Date: Tue, 27 Oct 2015 20:12:27 +0530 Message-Id: <1445956957-13607-2-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1445956957-13607-1-git-send-email-sudipm.mukherjee@gmail.com> References: <1445956957-13607-1-git-send-email-sudipm.mukherjee@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Geliang Tang s/regsiter/register/ Signed-off-by: Geliang Tang Signed-off-by: Sudip Mukherjee --- drivers/parport/share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/parport/share.c b/drivers/parport/share.c index 5ce5ef2..8931696 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -148,7 +148,7 @@ void parport_bus_exit(void) /* * iterates through all the drivers registered with the bus and sends the port * details to the match_port callback of the driver, so that the driver can - * know about the new port that just regsitered with the bus and decide if it + * know about the new port that just registered with the bus and decide if it * wants to use this new port. */ static int driver_check(struct device_driver *dev_drv, void *_port) -- 1.9.1