[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1239533251-31276-3-git-send-email-m.kozlowski@tuxland.pl>
Date: Sun, 12 Apr 2009 12:47:29 +0200
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: linux-kernel@...r.kernel.org
Cc: Mariusz Kozlowski <m.kozlowski@...land.pl>
Subject: [PATCH 2/4] 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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists