]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/sh7760.c
LinCAN sources go through big white-space cleanup.
[lincan.git] / lincan / src / sh7760.c
index 67b61af80d43d9ea7c33be31c8a2b32bad5de2bd..51e6d8296dbfc69912c89001ef6673f4cb59c63b 100644 (file)
@@ -59,7 +59,7 @@ int sh7760_release_io(struct candevice_t *candev)
 
 int sh7760_reset(struct candevice_t *candev)
 {
-       int i; 
+       int i;
        DEBUGMSG("Resetting HCAN2 chips ...\n");
 
        for (i = 0; i < candev->nr_all_chips; i++)
@@ -71,7 +71,7 @@ int sh7760_reset(struct candevice_t *candev)
        return 0;
 }
 
-int sh7760_init_hw_data(struct candevice_t *candev) 
+int sh7760_init_hw_data(struct candevice_t *candev)
 {
        /* candev->res_addr = RESET_ADDR; */
        candev->nr_82527_chips = NR_82527;
@@ -102,7 +102,7 @@ int sh7760_init_obj_data(struct canchip_t *chip, int objnr)
 
 int sh7760_program_irq(struct candevice_t *candev)
 {
-       /* sh7760 doesn't use programmable interrupt */ 
+       /* sh7760 doesn't use programmable interrupt */
        return 0;
 }