From: Fabio Estevam Date: Sun, 4 Jan 2015 22:28:46 +0000 (-0800) Subject: Input: imx_keypad - use the preferred form for passing a size of a struct X-Git-Tag: fixes-v4.0-rc1~144^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061a5ad7c9b938fd730672b21347b69896a27973;p=pandora-kernel.git Input: imx_keypad - use the preferred form for passing a size of a struct According to Documentation/CodingStyle - Chapter 14: "The preferred form for passing a size of a struct is the following: p = kmalloc(sizeof(*p), ...); The alternative form where struct name is spelled out hurts readability and introduces an opportunity for a bug when the pointer variable type is changed but the corresponding sizeof that is passed to a memory allocator is not." So do it as recommended. Signed-off-by: Fabio Estevam Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed