]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4a4e0d94c1c98108377753dd5fa166c8851d9d92
tree9bf94e50ca050459fb8bfe743bf203ce2654cf11
parentde93ba122305b644904c78112884b71a64f2a0d2
[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