[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0808190959040.4551@wrl-59.cs.helsinki.fi>
Date: Tue, 19 Aug 2008 10:05:48 +0300 (EEST)
From: "Ilpo Järvinen" <ilpo.jarvinen@...sinki.fi>
To: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
cc: alan@...rguk.ukuu.org.uk
Subject: [PATCH] nubus: fix mis-indented statement
It seems this is the right way around because otherwise the
len usage in the outer loop would be pretty pointless.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
---
drivers/nubus/nubus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c
index 2f047e5..f5f7584 100644
--- a/drivers/nubus/nubus.c
+++ b/drivers/nubus/nubus.c
@@ -126,7 +126,7 @@ static void nubus_advance(unsigned char **ptr, int len, int map)
{
while(not_useful(p,map))
p++;
- p++;
+ p++;
len--;
}
*ptr = p;
--
1.5.2.2
Powered by blists - more mailing lists