From: Ariel Torti <arieltort...@gmail.com> Signed-off-by: Ariel Torti <arieltort...@gmail.com> --- drivers/staging/rtl8723bs/core/rtw_io.c | 50 +++++++++++++++------------------ 1 file changed, 23 insertions(+), 27 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c index d341069..16f7b34 100644 --- a/drivers/staging/rtl8723bs/core/rtw_io.c +++ b/drivers/staging/rtl8723bs/core/rtw_io.c @@ -3,27 +3,21 @@ * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * - ******************************************************************************/ -/* - -The purpose of rtw_io.c - -a. provides the API - -b. provides the protocol engine - -c. provides the software interface between caller and the hardware interface - - -Compiler Flag Option: - -1. CONFIG_SDIO_HCI: - a. USE_SYNC_IRP: Only sync operations are provided. - b. USE_ASYNC_IRP:Both sync/async operations are provided. - -jack...@realtek.com.tw - -*/ + ****************************************************************************** + * + * The purpose of rtw_io.c + * - Provides the API + * - Provides the protocol engine + * - Provides the software interface between caller and the hardware interface + * + * + * Compiler Flag Option: + * 1. CONFIG_SDIO_HCI: + * a. USE_SYNC_IRP: Only sync operations are provided. + * b. USE_ASYNC_IRP: Both sync/async operations are provided. + * + * jack...@realtek.com.tw + */ #define _RTW_IO_C_ @@ -169,10 +163,12 @@ int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapt } /* -* Increase and check if the continual_io_error of this @param dvobjprive is larger than MAX_CONTINUAL_IO_ERR -* @return true: -* @return false: -*/ + * Increase and check if the continual_io_error of this @param dvobjprive + * is larger than MAX_CONTINUAL_IO_ERR + * + * @return true: + * @return false: + */ int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj) { int ret = false; @@ -187,8 +183,8 @@ int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj) } /* -* Set the continual_io_error of this @param dvobjprive to 0 -*/ + * Set the continual_io_error of this @param dvobjprive to 0 + */ void rtw_reset_continual_io_error(struct dvobj_priv *dvobj) { atomic_set(&dvobj->continual_io_error, 0); -- 2.7.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel