Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Ilpo Järvinen and committed by
Linus Torvalds
2e0eb731 dd1c53a6

+1 -1
+1 -1
drivers/nubus/nubus.c
··· 126 126 { 127 127 while(not_useful(p,map)) 128 128 p++; 129 - p++; 129 + p++; 130 130 len--; 131 131 } 132 132 *ptr = p;