ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / magpie_fw_dev / target / adf / adf_os_timer_pvt.h
index 7ae74be0ad876ab4d0804e5137f92558fbbe6509..936ab856901a3c5c7bb9cb493c0eef4f4c8b7dff 100755 (executable)
@@ -39,7 +39,7 @@
 #include "Magpie_api.h"
 
 
-typedef struct 
+typedef struct
 {
        A_timer_t                               *magpie_timer;
        adf_os_timer_func_t     timer_func;
@@ -50,7 +50,7 @@ typedef struct
 void
 __adf_os_timer_func(A_HANDLE timer_handle, void *arg);
 
-/* 
+/*
  * Initialize a timer
  */
 static inline void
@@ -61,8 +61,8 @@ __adf_os_timer_init(adf_os_handle_t  hdl, __adf_os_timer_t   *timer,
     A_INIT_TIMER(timer->magpie_timer, __adf_os_timer_func, arg);
 }
 
-/* 
- * start a timer 
+/*
+ * start a timer
  */
 static inline void
 __adf_os_timer_start(__adf_os_timer_t *timer, int msec)