]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Merge branch 'master' into can-usb1
[lincan.git] / lincan / include / main.h
index d827594f9022db6a12f51663a8f757f2689f3249..977724a6447136c215145dfc4377bd5a21971651 100644 (file)
@@ -116,7 +116,7 @@ struct candevice_t {
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10))
        struct kref refcount;
 #endif
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10))
        struct kref refcount;
 #endif
-       
+
        union {
                void *anydev;
            #ifdef CAN_ENABLE_PCI_SUPPORT
        union {
                void *anydev;
            #ifdef CAN_ENABLE_PCI_SUPPORT
@@ -335,7 +335,7 @@ struct hwspecops_t {
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10))
        void (*release_device)(struct kref *refcount);
 #endif
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10))
        void (*release_device)(struct kref *refcount);
 #endif
-       
+
 };
 
 /**
 };
 
 /**