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

staging: Fix misspelling of "successful" and variants.

Some comments and one message misspell "successful" or variants of
the word; this fixes them. No change in functionality.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Adam Buchbinder and committed by
Greg Kroah-Hartman
2ed71d5a 59277b67

+4 -4
+1 -1
drivers/staging/altpciechdma/altpciechdma.c
··· 894 894 } 895 895 /* remember which irq we allocated */ 896 896 ape->irq_line = (int)irq_line; 897 - printk(KERN_DEBUG "Succesfully requested IRQ #%d with dev_id 0x%p\n", irq_line, ape); 897 + printk(KERN_DEBUG "Successfully requested IRQ #%d with dev_id 0x%p\n", irq_line, ape); 898 898 #endif 899 899 /* show BARs */ 900 900 scan_bars(ape, dev);
+2 -2
drivers/staging/rt2860/sta/connect.c
··· 62 62 u8 CipherSuiteWpaNoneAesLen = 63 63 (sizeof(CipherSuiteWpaNoneAes) / sizeof(u8)); 64 64 65 - /* The following MACRO is called after 1. starting an new IBSS, 2. succesfully JOIN an IBSS, */ 66 - /* or 3. succesfully ASSOCIATE to a BSS, 4. successfully RE_ASSOCIATE to a BSS */ 65 + /* The following MACRO is called after 1. starting an new IBSS, 2. successfully JOIN an IBSS, */ 66 + /* or 3. successfully ASSOCIATE to a BSS, 4. successfully RE_ASSOCIATE to a BSS */ 67 67 /* All settings successfuly negotiated furing MLME state machines become final settings */ 68 68 /* and are copied to pAd->StaActive */ 69 69 #define COPY_SETTINGS_FROM_MLME_AUX_TO_ACTIVE_CFG(_pAd) \
+1 -1
drivers/staging/wlags49_h2/wl_netdev.c
··· 360 360 wl_lock( lp, &flags ); 361 361 362 362 if( status != HCF_SUCCESS ) { 363 - // Unsuccesfull, try reset of the card to recover 363 + // Unsuccessful, try reset of the card to recover 364 364 status = wl_reset( dev ); 365 365 } 366 366