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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
59277b679f
commit
2ed71d5a14
@@ -894,7 +894,7 @@ static int __devinit probe(struct pci_dev *dev, const struct pci_device_id *id)
|
|||||||
}
|
}
|
||||||
/* remember which irq we allocated */
|
/* remember which irq we allocated */
|
||||||
ape->irq_line = (int)irq_line;
|
ape->irq_line = (int)irq_line;
|
||||||
printk(KERN_DEBUG "Succesfully requested IRQ #%d with dev_id 0x%p\n", irq_line, ape);
|
printk(KERN_DEBUG "Successfully requested IRQ #%d with dev_id 0x%p\n", irq_line, ape);
|
||||||
#endif
|
#endif
|
||||||
/* show BARs */
|
/* show BARs */
|
||||||
scan_bars(ape, dev);
|
scan_bars(ape, dev);
|
||||||
|
@@ -62,8 +62,8 @@ u8 CipherSuiteWpaNoneAes[] = {
|
|||||||
u8 CipherSuiteWpaNoneAesLen =
|
u8 CipherSuiteWpaNoneAesLen =
|
||||||
(sizeof(CipherSuiteWpaNoneAes) / sizeof(u8));
|
(sizeof(CipherSuiteWpaNoneAes) / sizeof(u8));
|
||||||
|
|
||||||
/* The following MACRO is called after 1. starting an new IBSS, 2. succesfully JOIN an IBSS, */
|
/* The following MACRO is called after 1. starting an new IBSS, 2. successfully JOIN an IBSS, */
|
||||||
/* or 3. succesfully ASSOCIATE to a BSS, 4. successfully RE_ASSOCIATE to a BSS */
|
/* or 3. successfully ASSOCIATE to a BSS, 4. successfully RE_ASSOCIATE to a BSS */
|
||||||
/* All settings successfuly negotiated furing MLME state machines become final settings */
|
/* All settings successfuly negotiated furing MLME state machines become final settings */
|
||||||
/* and are copied to pAd->StaActive */
|
/* and are copied to pAd->StaActive */
|
||||||
#define COPY_SETTINGS_FROM_MLME_AUX_TO_ACTIVE_CFG(_pAd) \
|
#define COPY_SETTINGS_FROM_MLME_AUX_TO_ACTIVE_CFG(_pAd) \
|
||||||
|
@@ -360,7 +360,7 @@ int wl_open(struct net_device *dev)
|
|||||||
wl_lock( lp, &flags );
|
wl_lock( lp, &flags );
|
||||||
|
|
||||||
if( status != HCF_SUCCESS ) {
|
if( status != HCF_SUCCESS ) {
|
||||||
// Unsuccesfull, try reset of the card to recover
|
// Unsuccessful, try reset of the card to recover
|
||||||
status = wl_reset( dev );
|
status = wl_reset( dev );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user