mirror of https://gitee.com/openkylin/linux.git
Staging: wl_cs.c: converted space to tabs in wl_cs.c
This is a patch to the wl_cs.c file that converts spaces to tabs style issues found by the checkpatch.pl tool. Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
55bb6ece16
commit
6d98be390a
|
@ -254,7 +254,7 @@ static int wl_adapter_suspend(struct pcmcia_device *link)
|
|||
//if (link->open) {
|
||||
netif_device_detach(dev);
|
||||
wl_suspend(dev);
|
||||
//// CHECK! pcmcia_release_configuration(link->handle);
|
||||
//// CHECK! pcmcia_release_configuration(link->handle);
|
||||
//}
|
||||
|
||||
return 0;
|
||||
|
@ -458,7 +458,7 @@ static struct pcmcia_device_id wl_adapter_ids[] = {
|
|||
0x0733cc81, 0x98a599e1),
|
||||
#endif // (HCF_TYPE) & HCF_TYPE_HII5
|
||||
PCMCIA_DEVICE_NULL,
|
||||
};
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pcmcia, wl_adapter_ids);
|
||||
|
||||
static struct pcmcia_driver wlags49_driver = {
|
||||
|
@ -643,8 +643,8 @@ const char* DbgEvent(int mask)
|
|||
if (mask & CS_EVENT_REGISTRATION_COMPLETE)
|
||||
strcat(pBuf, "REGISTRATION_COMPLETE ");
|
||||
|
||||
// if(mask & CS_EVENT_RESET_COMPLETE)
|
||||
// strcat( pBuf, "RESET_COMPLETE " );
|
||||
// if (mask & CS_EVENT_RESET_COMPLETE)
|
||||
// strcat(pBuf, "RESET_COMPLETE ");
|
||||
|
||||
if (mask & CS_EVENT_PM_SUSPEND)
|
||||
strcat(pBuf, "PM_SUSPEND ");
|
||||
|
|
Loading…
Reference in New Issue