From: Dafna Hirschfeld Date: Thu, 15 Feb 2018 22:36:52 +0000 (+0200) Subject: staging: rtl8188eu: Move a blank line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa4e0df863eb08ac1661bf6bbcf8de05e9d5e73b;p=linux.git staging: rtl8188eu: Move a blank line Move a blank line from in the middle of a declaration list to after the declaration list, to improve readability. Issue found by checkpatch. Signed-off-by: Dafna Hirschfeld Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/hal/usb_halinit.c b/drivers/staging/rtl8188eu/hal/usb_halinit.c index 17967c944946d..c3bb183aba388 100644 --- a/drivers/staging/rtl8188eu/hal/usb_halinit.c +++ b/drivers/staging/rtl8188eu/hal/usb_halinit.c @@ -1516,8 +1516,8 @@ void rtw_hal_set_hwreg(struct adapter *Adapter, u8 variable, u8 *val) case HW_VAR_CAM_WRITE: { u32 cmd; - u32 *cam_val = (u32 *)val; + usb_write32(Adapter, WCAMI, cam_val[0]); cmd = CAM_POLLINIG | CAM_WRITE | cam_val[1];