From 1c3935c6cb9aa9f8084af9bfcbcd0b25e61c60d3 Mon Sep 17 00:00:00 2001 From: Christian B Date: Thu, 21 Dec 2017 08:20:34 +0100 Subject: [PATCH] Code cleanup --- hal/rtl8814a/usb/rtl8814au_recv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hal/rtl8814a/usb/rtl8814au_recv.c b/hal/rtl8814a/usb/rtl8814au_recv.c index 4d38179..81193e7 100644 --- a/hal/rtl8814a/usb/rtl8814au_recv.c +++ b/hal/rtl8814a/usb/rtl8814au_recv.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. - * + * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. @@ -31,4 +31,3 @@ void rtl8814au_free_recv_priv(_adapter *padapter) { usb_free_recv_priv(padapter, INTERRUPT_MSG_FORMAT_LEN); } -