1
0
Fork 0

staging: rtl8188eu: core: Fixed wrong space error.

This patch fixes "foo     * bar" should be "foo   *bar" checkpatch.pl error in rtw_cmd.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Gulsah Kose 2014-09-21 00:13:29 +03:00 committed by Greg Kroah-Hartman
parent 69869c01ff
commit 16e614e850
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ exit:
return _SUCCESS;
}
struct cmd_obj * rtw_dequeue_cmd(struct __queue *queue)
struct cmd_obj *rtw_dequeue_cmd(struct __queue *queue)
{
unsigned long irqL;
struct cmd_obj *obj;