Staging: speakup: spk_types: trival coding style issue

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>
This commit is contained in:
Tracey Dent 2010-11-06 14:48:48 -04:00 committed by Greg Kroah-Hartman
parent 3c9d46526d
commit a32d4acab4
1 changed files with 1 additions and 1 deletions

View 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 */