Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Walt Feasel and committed by
Greg Kroah-Hartman
1fede020 536e973c

+3 -3
+3 -3
drivers/staging/vme/devices/vme_user.c
··· 661 661 } 662 662 class_destroy(vme_user_sysfs_class); 663 663 664 - /* Ensure counter set correcty to unalloc all master windows */ 664 + /* Ensure counter set correctly to unalloc all master windows */ 665 665 i = MASTER_MAX + 1; 666 666 err_master: 667 667 while (i > MASTER_MINOR) { ··· 671 671 } 672 672 673 673 /* 674 - * Ensure counter set correcty to unalloc all slave windows and buffers 674 + * Ensure counter set correctly to unalloc all slave windows and buffers 675 675 */ 676 676 i = SLAVE_MAX + 1; 677 677 err_slave: ··· 716 716 /* Unregister device driver */ 717 717 cdev_del(vme_user_cdev); 718 718 719 - /* Unregiser the major and minor device numbers */ 719 + /* Unregister the major and minor device numbers */ 720 720 unregister_chrdev_region(MKDEV(VME_MAJOR, 0), VME_DEVS); 721 721 722 722 return 0;