]> git.pld-linux.org Git - packages/igb.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:24:03 +0000 (08:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:24:03 +0000 (08:24 +0200)
timespec64.patch

index 8d211fbfabb1fe89b8f654564f42b739a94dae45..2a4306300486eee9b36227deb2693b63e0cc1262 100644 (file)
@@ -8,7 +8,7 @@
                                 struct timespec *ts64)
 +#else
 +                               struct timespec64 *ts64)
-+#endof
++#endif
  {
        struct igb_adapter *igb = container_of(ptp, struct igb_adapter,
                                               ptp_caps);
@@ -20,7 +20,7 @@
                                struct timespec *ts64)
 +#else
 +                              struct timespec64 *ts64)
-+#endof
++#endif
  {
        struct igb_adapter *igb = container_of(ptp, struct igb_adapter,
                                               ptp_caps);
@@ -32,7 +32,7 @@
                                 const struct timespec *ts64)
 +#else
 +                               const struct timespec64 *ts64)
-+#endof
++#endif
  {
        struct igb_adapter *igb = container_of(ptp, struct igb_adapter,
                                               ptp_caps);
@@ -44,7 +44,7 @@
                                const struct timespec *ts64)
 +#else
 +                              const struct timespec64 *ts64)
-+#endof
++#endif
  {
        struct igb_adapter *igb = container_of(ptp, struct igb_adapter,
                                               ptp_caps);
@@ -56,7 +56,7 @@
        struct timespec ts;
 +#else
 +      struct timespec64 ts;
-+#endof
++#endif
  
        igb_ptp_gettime64_82576(&igb->ptp_caps, &ts);
  
@@ -68,7 +68,7 @@
                struct timespec ts = ktime_to_timespec(ktime_get_real());
 +#else
 +              struct timespec64 ts = ktime_to_timespec64(ktime_get_real());
-+#endof
++#endif
  
                igb_ptp_settime64_i210(&adapter->ptp_caps, &ts);
        } else {
@@ -80,7 +80,7 @@
                struct timespec ts = ktime_to_timespec(ktime_get_real());
 +#else
 +              struct timespec64 ts = ktime_to_timespec64(ktime_get_real());
-+#endof
++#endif
  
                igb_ptp_settime64_i210(&adapter->ptp_caps, &ts);
        } else {
This page took 0.064445 seconds and 4 git commands to generate.