From: Antonio Ospite Date: Mon, 16 Dec 2013 09:52:17 +0000 (-0800) Subject: Input: joystick - use sizeof(VARIABLE) in documentation X-Git-Tag: v3.14-rc1~104^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2729850985934a3124319f8ff1d46d8c72bb012;p=pandora-kernel.git Input: joystick - use sizeof(VARIABLE) in documentation Use the preferred style sizeof(VARIABLE) instead of sizeof(TYPE) in the joystick API documentation, Documentation/CodingStyle states that this is the preferred style for allocations but using it elsewhere is good too. Also fix some errors like "sizeof(struct mybuffer)" which didn't mean anything. Signed-off-by: Antonio Ospite Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed