From: Pierre-Yves Kerbrat Date: Wed, 19 Oct 2016 18:49:50 +0000 (+0200) Subject: staging: rtl8188eu: os_dep: fix block comment alignment issue X-Git-Tag: v4.10-rc1~148^2~439 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec0f85f8ccdd83ec1d93d560db8bafa51d2d735d;p=karo-tx-linux.git staging: rtl8188eu: os_dep: fix block comment alignment issue Fix coding style issue in block comment in osdep_service.c found by checkpatch tool Signed-off-by: Pierre-Yves Kerbrat Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/os_dep/osdep_service.c b/drivers/staging/rtl8188eu/os_dep/osdep_service.c index 2b9ae441b88e..534e58ecc510 100644 --- a/drivers/staging/rtl8188eu/os_dep/osdep_service.c +++ b/drivers/staging/rtl8188eu/os_dep/osdep_service.c @@ -22,9 +22,10 @@ #include /* -* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE -* @return: one of RTW_STATUS_CODE -*/ + * Translate the OS dependent @param error_code to OS independent + * RTW_STATUS_CODE + * @return: one of RTW_STATUS_CODE + */ inline int RTW_STATUS_CODE(int error_code) { if (error_code >= 0)