remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / adf_os_pseudo.h
index 65bf1e80c5c8866071265be599ef21e930064d92..69693f1393cdb592651bc99471c279cdb06c7caa 100755 (executable)
 
 /**
  * @brief Specify the module's entry point.
- */ 
+ */
 #define adf_os_pseudo_module_init(_fn)     __adf_os_pseudo_module_init(_fn)
 
 /**
  * @brief Specify the module's exit point.
- */ 
+ */
 #define adf_os_pseudo_module_exit(_fn)     __adf_os_pseudo_module_exit(_fn)
 
 /**
  * @brief Setup the following driver information: name, pseudo IDs of devices
  * supported and some device handlers.
- */ 
+ */
 #define adf_os_pseudo_set_drv_info(_name, _ifname, _pseudo_ids, _attach, _detach,  \
         _suspend, _resume) \
     __adf_os_pseudo_set_drv_info(_name, _ifname, _pseudo_ids, \