]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Staging: speakup: spk_types: trival coding style issue
authorTracey Dent <tdent48227@gmail.com>
Sat, 6 Nov 2010 18:48:48 +0000 (14:48 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 10 Nov 2010 00:38:40 +0000 (16:38 -0800)
Checkpatch.pl gives WARNING: missing space after struct definition.
This patch fixes that warning that was on line 55.

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

index 840bddb64101e3507d973b9758c1432af03c7a6a..d36c90e30d542203937aa665d94aa492f326cdbd 100644 (file)
@@ -52,7 +52,7 @@ typedef int (*special_func)(struct vc_data *vc, u_char type, u_char ch,
 
 #define COLOR_BUFFER_SIZE 160
 
-struct spk_highlight_color_track{
+struct spk_highlight_color_track {
        /* Count of each background color */
        unsigned int bgcount[8];
        /* Buffer for characters drawn with each background color */