[PATCH] uml: fix allocation size
authorJeff Dike <jdike@addtoit.com>
Wed, 27 Sep 2006 08:50:43 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:16 +0000 (08:26 -0700)
commit1183dc943cae8b0fddca0b310c26052b2355e04b
tree9bf94e50ca050459fb8bfe743bf203ce2654cf11
parentc1b4098d4852f823ecf1abb2d369cb1beb902653
[PATCH] uml: fix allocation size

Fix an instance of ptr=alloc(sizeof(ptr)).  Grepping showed no more instances
of this pattern.

Also fixed the formatting in the area.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/drivers/net_kern.c