[packages/igb] - typo

baggins baggins at pld-linux.org
Mon Jun 29 08:24:11 CEST 2015


commit 1ce96dd3db4561a5c0efed8ba51bde3ad933a32c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jun 29 08:24:03 2015 +0200

    - 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 {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/igb.git/commitdiff/1ce96dd3db4561a5c0efed8ba51bde3ad933a32c



More information about the pld-cvs-commit mailing list