Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941104AbcKNWoy (ORCPT ); Mon, 14 Nov 2016 17:44:54 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34873 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938725AbcKNWov (ORCPT ); Mon, 14 Nov 2016 17:44:51 -0500 Date: Mon, 14 Nov 2016 22:44:48 +0000 From: Martyn Welch To: Walt Feasel Cc: manohar.vanga@gmail.com, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] [STYLE]staging:vme:vme_user.c Correct spelling mistakes Message-ID: <20161114224447.GA4337@hades.home> References: <1479086914-1320-1-git-send-email-waltfeasel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479086914-1320-1-git-send-email-waltfeasel@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1626 Lines: 48 On Sun, Nov 13, 2016 at 08:28:34PM -0500, Walt Feasel wrote: > Make spelling corrections for 'correctly' and > 'unregister'. > > Signed-off-by: Walt Feasel Acked-by: Martyn Welch > --- > > Removed the previously submitted U.S. spelling for > 'initialise' to keep the correct U.K. spelling. > > drivers/staging/vme/devices/vme_user.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c > index 5dd430f..2753fb2 100644 > --- a/drivers/staging/vme/devices/vme_user.c > +++ b/drivers/staging/vme/devices/vme_user.c > @@ -661,7 +661,7 @@ static int vme_user_probe(struct vme_dev *vdev) > } > class_destroy(vme_user_sysfs_class); > > - /* Ensure counter set correcty to unalloc all master windows */ > + /* Ensure counter set correctly to unalloc all master windows */ > i = MASTER_MAX + 1; > err_master: > while (i > MASTER_MINOR) { > @@ -671,7 +671,7 @@ static int vme_user_probe(struct vme_dev *vdev) > } > > /* > - * Ensure counter set correcty to unalloc all slave windows and buffers > + * Ensure counter set correctly to unalloc all slave windows and buffers > */ > i = SLAVE_MAX + 1; > err_slave: > @@ -716,7 +716,7 @@ static int vme_user_remove(struct vme_dev *dev) > /* Unregister device driver */ > cdev_del(vme_user_cdev); > > - /* Unregiser the major and minor device numbers */ > + /* Unregister the major and minor device numbers */ > unregister_chrdev_region(MKDEV(VME_MAJOR, 0), VME_DEVS); > > return 0; > -- > 2.1.4 >