Skip to content

Commit

Permalink
libertas_tf: deb_defs.h: Fix typo in include guard
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Mohta <kartikmohta@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Kartik Mohta authored and Jiri Kosina committed Sep 15, 2011
1 parent 7cfdaf3 commit 77cd769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas_tf/deb_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* global variable declaration.
*/
#ifndef _LBS_DEB_DEFS_H_
#define _LBS_DEB_EFS_H_
#define _LBS_DEB_DEFS_H_

#ifndef DRV_NAME
#define DRV_NAME "libertas_tf"
Expand Down

0 comments on commit 77cd769

Please sign in to comment.