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 <pkerbrat@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Pierre-Yves Kerbrat 2016-10-19 20:49:50 +02:00 committed by Greg Kroah-Hartman
parent 3e9e3bb7f7
commit ec0f85f8cc

View file

@ -22,9 +22,10 @@
#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)