Skip to content

Commit faaa552

Browse files
Villemoesdavem330
authored andcommitted
drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef
Test for definedness of the macro which is actually defined (the change is hard to see: it is s/SSS/SSA/). Signed-off-by: Rasmus Villemoes <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent aa4a83e commit faaa552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/isdn/hardware/eicon/xdi_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* $Id: xdi_msg.h,v 1.1.2.2 2001/02/16 08:40:36 armin Exp $ */
22

3-
#ifndef __DIVA_XDI_UM_CFG_MESSSGE_H__
3+
#ifndef __DIVA_XDI_UM_CFG_MESSAGE_H__
44
#define __DIVA_XDI_UM_CFG_MESSAGE_H__
55

66
/*

0 commit comments

Comments
 (0)