Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa4e0df8 authored by Dafna Hirschfeld's avatar Dafna Hirschfeld Committed by Greg Kroah-Hartman
Browse files

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: default avatarDafna Hirschfeld <dafna3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7928b2cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1516,8 +1516,8 @@ void rtw_hal_set_hwreg(struct adapter *Adapter, u8 variable, u8 *val)
	case HW_VAR_CAM_WRITE:
	case HW_VAR_CAM_WRITE:
		{
		{
			u32 cmd;
			u32 cmd;

			u32 *cam_val = (u32 *)val;
			u32 *cam_val = (u32 *)val;

			usb_write32(Adapter, WCAMI, cam_val[0]);
			usb_write32(Adapter, WCAMI, cam_val[0]);


			cmd = CAM_POLLINIG | CAM_WRITE | cam_val[1];
			cmd = CAM_POLLINIG | CAM_WRITE | cam_val[1];