[PATCH 2.6.36-git1]pd6729:Coding Style fixes
Komuro
komurojun-mbn at nifty.com
Fri Oct 22 18:02:05 EDT 2010
pd6729:
remove unnecessary space.
Signed-off-by: Komuro <komurojun-mbn at nifty.com>
---
--- linux-2.6.36-git1/drivers/pcmcia/pd6729.c.orig 2010-10-22 21:38:04.000000000 +0900
+++ linux-2.6.36-git1/drivers/pcmcia/pd6729.c 2010-10-22 21:38:38.000000000 +0900
@@ -725,17 +725,17 @@ static int __devinit pd6729_pci_probe(st
return 0;
- err_out_free_res2:
+err_out_free_res2:
if (irq_mode == 1)
free_irq(dev->irq, socket);
else
del_timer_sync(&socket->poll_timer);
- err_out_free_res:
+err_out_free_res:
pci_release_regions(dev);
- err_out_disable:
+err_out_disable:
pci_disable_device(dev);
- err_out_free_mem:
+err_out_free_mem:
kfree(socket);
return ret;
}
--- linux-2.6.36-git1/drivers/pcmcia/pd6729.h.orig 2010-10-22 21:38:45.000000000 +0900
+++ linux-2.6.36-git1/drivers/pcmcia/pd6729.h 2010-10-22 21:39:38.000000000 +0900
@@ -15,7 +15,7 @@
struct pd6729_socket {
int number;
int card_irq;
- unsigned long io_base; /* base io address of the socket */
+ unsigned long io_base; /* base io address of the socket */
struct pcmcia_socket socket;
struct timer_list poll_timer;
};
More information about the linux-pcmcia
mailing list