staging: panel: pass correct lengths to keypad_send_key()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 29 Nov 2012 14:38:35 +0000 (17:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Nov 2012 02:16:15 +0000 (18:16 -0800)
commita171516c3490fed2a06bc621f9ef5cc1e0e6749e
tree5a0d88ffb385a40edaceccd1f904c4d3c6871036
parent05fcdcede016a74ce7350af94aede6a49eebd5c9
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 <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c
This page took 0.037842 seconds and 5 git commands to generate.