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

Commit 38702888 authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman
Browse files

staging:rtl8192u: Rename file macro to avoid camel case - Coding Style



Simple rename of the preprosessor switch, protecting against multiple
inclusion of the header file. Change to clear the checkpatch coding style
issue.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f6e1472a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
 * project Authors.
 */

#ifndef R819xU_H
#define R819xU_H
#ifndef R8192U_H
#define R8192U_H

#include <linux/compiler.h>
#include <linux/module.h>