diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 18:39:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-22 11:31:30 -0700 |
commit | faaa55241f3a6fb5bbe5b075d0595199821eb585 (patch) | |
tree | e1098ea4342ff1ac8ff793a3c484d24e72236d94 /drivers/isdn | |
parent | aa4a83ee8bbc08342c4acfd59ef234cac51a1eef (diff) |
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 <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/eicon/xdi_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/xdi_msg.h b/drivers/isdn/hardware/eicon/xdi_msg.h index 58368f7b5cba..2498c349a32e 100644 --- a/drivers/isdn/hardware/eicon/xdi_msg.h +++ b/drivers/isdn/hardware/eicon/xdi_msg.h @@ -1,6 +1,6 @@ /* $Id: xdi_msg.h,v 1.1.2.2 2001/02/16 08:40:36 armin Exp $ */ -#ifndef __DIVA_XDI_UM_CFG_MESSSGE_H__ +#ifndef __DIVA_XDI_UM_CFG_MESSAGE_H__ #define __DIVA_XDI_UM_CFG_MESSAGE_H__ /* |