[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1239565764-8203-1-git-send-email-m.kozlowski@tuxland.pl>
Date: Sun, 12 Apr 2009 21:49:24 +0200
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: chas@....nrl.navy.mil
Cc: netdev@...r.kernel.org, Mariusz Kozlowski <m.kozlowski@...land.pl>
Subject: [PATCH] remove unbalanced opening brace from drivers/atm/iphase.c
It's under #ifdef 0 but I think it's worth fixing anyway.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
---
drivers/atm/iphase.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index 78c9736..dd8c3ec 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -795,7 +795,7 @@ static void ia_hw_type(IADEV *iadev) {
iadev->rx_buf_sz, iadev->rx_pkt_ram);)
#if 0
- if ((memType & FE_MASK) == FE_SINGLE_MODE) {
+ if ((memType & FE_MASK) == FE_SINGLE_MODE)
iadev->phy_type = PHY_OC3C_S;
else if ((memType & FE_MASK) == FE_UTP_OPTION)
iadev->phy_type = PHY_UTP155;
--
1.5.6.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists