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

Commit 77cd7693 authored by Kartik Mohta's avatar Kartik Mohta Committed by Jiri Kosina
Browse files

libertas_tf: deb_defs.h: Fix typo in include guard

parent 7cfdaf38
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"