Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8712: delete one space before if statement

This patch fixed minor checkpatch warning:

WARNING: Statements should start on a tabstop

Signed-off-by: Louie Lu <louie.lu@hopebaytech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Louie Lu and committed by
Greg Kroah-Hartman
8f8064e4 d48f10fc

+1 -1
+1 -1
drivers/staging/rtl8712/os_intfs.c
··· 425 425 else 426 426 netif_wake_queue(pnetdev); 427 427 428 - if (video_mode) 428 + if (video_mode) 429 429 enable_video_mode(padapter, cbw40_enable); 430 430 /* start driver mlme relation timer */ 431 431 start_drv_timers(padapter);