From: Jan Rękorajski Date: Mon, 29 Jun 2015 06:24:03 +0000 (+0200) Subject: - typo X-Git-Tag: auto/th/igb-5.3.2-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Figb.git;a=commitdiff_plain;h=1ce96dd3db4561a5c0efed8ba51bde3ad933a32c - typo --- diff --git a/timespec64.patch b/timespec64.patch index 8d211fb..2a43063 100644 --- a/timespec64.patch +++ b/timespec64.patch @@ -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 {