remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / magpie / vbuf_api.h
index efbdf9ceda0a15c74f13b250d04789633ec8e42e..0e9b17d50e6a8747b4ee219946fd0d330e7c59a4 100755 (executable)
@@ -34,9 +34,9 @@
  */
 /*
  * @File: VBUF_api.h
- * 
+ *
  * @Abstract: Host Interface api
- * 
+ *
  * @Notes:
  */
 
 typedef struct _VBUF
 {
     VDESC           *desc_list;
-    struct _VBUF    *next_buf; 
-    A_UINT16        buf_length; 
+    struct _VBUF    *next_buf;
+    A_UINT16        buf_length;
     A_UINT8         reserved[2];
-    A_UINT8         ctx[MAX_BUF_CTX_LEN];  
-    //A_UINT8         end_point;    
-    //A_UINT8         reserved[1]; 
+    A_UINT8         ctx[MAX_BUF_CTX_LEN];
+    //A_UINT8         end_point;
+    //A_UINT8         reserved[1];
 } VBUF;
 
 #define VBUF_GET_DATA_ADDR(vbuf)    (vbuf->desc_list->buf_addr + vbuf->desc_list->data_offset)
@@ -68,7 +68,7 @@ struct vbuf_api {
     void (*_free_vbuf)(VBUF *buf);
 
         /* room to expand this table by another table */
-    void *pReserved;    
+    void *pReserved;
 };
 
 extern void vbuf_module_install(struct vbuf_api *apis);