From: Dan Carpenter Date: Thu, 29 Nov 2012 14:38:35 +0000 (+0300) Subject: staging: panel: pass correct lengths to keypad_send_key() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a171516c3490fed2a06bc621f9ef5cc1e0e6749e;p=pandora-kernel.git staging: panel: pass correct lengths to keypad_send_key() We changed the sizeof() statements in 429ccf058b "staging:panel: Fixed coding conventions." so that they could fit inside the 80 character line limit. Unfortunately, the new sizeof() statements are a smaller size. This reverts it. There isn't a nice way to stay within the 80 character limit without a re-work so I've gone over. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed