diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-28 17:31:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-29 12:07:01 -0500 |
commit | ae7cd93e20a135cf6e2021de92b37f2988aec1de (patch) | |
tree | f482c0da672d74f7e0b68d6095049650d82cb91c /drivers/atm/midway.h | |
parent | de8499cee59465cfa6135591d665a065539d456b (diff) | |
download | linux-ae7cd93e20a135cf6e2021de92b37f2988aec1de.tar.bz2 |
drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistake
Rename DAUGTHER_ID to DAUGHTER_ID to fix spelling mistake
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/midway.h')
-rw-r--r-- | drivers/atm/midway.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/midway.h b/drivers/atm/midway.h index 432525ad5e46..d8bec0f2a71c 100644 --- a/drivers/atm/midway.h +++ b/drivers/atm/midway.h @@ -56,7 +56,7 @@ #define MID_CON_SUNI 0x00000040 /* 0: UTOPIA; 1: SUNI */ #define MID_CON_V6 0x00000020 /* 0: non-pipel UTOPIA (required iff !CON_SUNI; 1: UTOPIA */ -#define DAUGTHER_ID 0x0000001f /* daugther board id */ +#define DAUGHTER_ID 0x0000001f /* daughter board id */ /* * Interrupt Status Acknowledge, Interrupt Status & Interrupt Enable |