From 1ce96dd3db4561a5c0efed8ba51bde3ad933a32c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 29 Jun 2015 08:24:03 +0200 Subject: [PATCH] - typo --- timespec64.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 { -- 2.43.0