mirror of https://gitee.com/openkylin/linux.git
libertas_tf: deb_defs.h: Fix typo in include guard
Signed-off-by: Kartik Mohta <kartikmohta@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
7cfdaf38d4
commit
77cd769378
|
@ -3,7 +3,7 @@
|
||||||
* global variable declaration.
|
* global variable declaration.
|
||||||
*/
|
*/
|
||||||
#ifndef _LBS_DEB_DEFS_H_
|
#ifndef _LBS_DEB_DEFS_H_
|
||||||
#define _LBS_DEB_EFS_H_
|
#define _LBS_DEB_DEFS_H_
|
||||||
|
|
||||||
#ifndef DRV_NAME
|
#ifndef DRV_NAME
|
||||||
#define DRV_NAME "libertas_tf"
|
#define DRV_NAME "libertas_tf"
|
||||||
|
|
Loading…
Reference in New Issue