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: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
John Whitmore 2018-07-13 12:23:11 +01:00 committed by Greg Kroah-Hartman
parent f6e1472ae3
commit 3870288897

View File

@ -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>