mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
staging: vme: vme_user.c Spelling corrections
Make spelling corrections for 'correctly' and 'unregister' Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Acked-by: Martyn Welch <martyn at welchs.e.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
536e973cd7
commit
1fede02031
@ -661,7 +661,7 @@ err_sysfs:
|
||||
}
|
||||
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 @@ err_master:
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user