]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: speakup: keyhelp: Coding style fix
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 10:14:45 +0000 (06:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:26:24 +0000 (07:26 -0700)
Put { on previous line, on line 34. Checkpatch.pl caught this.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/keyhelp.c

index 81c627cfb3a286d071a016d9c28632ef1fa6252e..a74500a051a7eb1125662095d48e4f6d78268e60 100644 (file)
@@ -30,11 +30,11 @@ static const int num_key_names = MSG_KEYNAMES_END - MSG_KEYNAMES_START + 1;
 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS];
 static u_short masks[] = { 32, 16, 8, 4, 2, 1 };
 
-static short letter_offsets[26] =
-{ -1, -1, -1, -1, -1, -1, -1, -1,
-  -1, -1, -1, -1, -1, -1, -1, -1,
-  -1, -1, -1, -1, -1, -1, -1, -1,
-  -1, -1 };
+static short letter_offsets[26] = { 
+       -1, -1, -1, -1, -1, -1, -1, -1,
+       -1, -1, -1, -1, -1, -1, -1, -1,
+       -1, -1, -1, -1, -1, -1, -1, -1,
+       -1, -1 };
 
 static u_char funcvals[] = {
        ATTRIB_BLEEP_DEC, ATTRIB_BLEEP_INC, BLEEPS_DEC, BLEEPS_INC,