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

Commit a959dec1 authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192e - fixed style of block comments



Fixed style of block comment across whole driver
Found using checkpatch

Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 90a69692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
******************************************************************************/
 *****************************************************************************/


#ifndef R8190P_DEF_H
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
******************************************************************************/
 *****************************************************************************/

#include "rtl_core.h"
#include "r8192E_phyreg.h"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
******************************************************************************/
 *****************************************************************************/

#ifndef RTL8225H
#define RTL8225H
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
******************************************************************************/
 *****************************************************************************/

#include "rtl_core.h"
#include "r8192E_hw.h"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
******************************************************************************/
 *****************************************************************************/
#ifndef R819XUSB_CMDPKT_H
#define R819XUSB_CMDPKT_H

Loading