Skip to content

Commit

Permalink
[PATCH] uml build fix
Browse files Browse the repository at this point in the history
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ollie Wild authored and Linus Torvalds committed Sep 29, 2006
1 parent 2148ccc commit d6c6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/drivers/net_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static void setup_etheraddr(char *str, unsigned char *addr)
return;

random:
random_ether_addr(addr)
random_ether_addr(addr);
}

static DEFINE_SPINLOCK(devices_lock);
Expand Down

0 comments on commit d6c6410

Please sign in to comment.