mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
f6e1472ae3
commit
3870288897
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user