Commit e7d992d8 authored by Parth Sane's avatar Parth Sane Committed by Greg Kroah-Hartman
Browse files

rtl8712: Fixed alignment to match open parenthesis



Fixed alignment to match open parenthesis.

Signed-off-by: default avatarParth Sane <laerdevstudios@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cb18d3a2
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -226,7 +226,8 @@ static u8 rtl8712_dl_fw(struct _adapter *padapter)
						       0x0000ffff);
			memcpy(ppayload, ptr, dump_emem_sz);
			r8712_write_mem(padapter, RTL8712_DMA_VOQ,
				  dump_emem_sz + TXDESC_SIZE, (u8 *)ptx_desc);
					dump_emem_sz + TXDESC_SIZE,
					(u8 *)ptx_desc);
			ptr += dump_emem_sz;
			emem_sz -= dump_emem_sz;
		} while (emem_sz > 0);