]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8188eu: os_dep: fix block comment alignment issue
authorPierre-Yves Kerbrat <pkerbrat@free.fr>
Wed, 19 Oct 2016 18:49:50 +0000 (20:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 08:57:12 +0000 (10:57 +0200)
Fix coding style issue in block comment in osdep_service.c found by
checkpatch tool

Signed-off-by: Pierre-Yves Kerbrat <pkerbrat@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/osdep_service.c

index 2b9ae441b88ee428e3d9da94c966be3972518065..534e58ecc510c0f2a797024e3cbf633fce8683e2 100644 (file)
 #include <rtw_ioctl_set.h>
 
 /*
-* 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)