remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / k2 / vbuf_api.h
index d8183016f4b3ad3684d29d7ac9231d435fd89cfb..c0f5006f72c7ae88f907b8e736e0785c22279eee 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         ctx[MAX_BUF_CTX_LEN];
 } VBUF;
 
 #define VBUF_GET_DATA_ADDR(vbuf)    (vbuf->desc_list->buf_addr + vbuf->desc_list->data_offset)
@@ -66,7 +66,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);