diff --git a/[refs] b/[refs] index 3dbcb2d88bb2..b40ffb600197 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c7023b2fb285f8c5108b95bb0c401b29712c8b1 +refs/heads/master: 1bd15cfd79841d9e2464a37fe059d492a3ee0753 diff --git a/trunk/drivers/staging/speakup/keyhelp.c b/trunk/drivers/staging/speakup/keyhelp.c index 81c627cfb3a2..a74500a051a7 100644 --- a/trunk/drivers/staging/speakup/keyhelp.c +++ b/trunk/drivers/staging/speakup/keyhelp.c @@ -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,