Skip to content

Commit

Permalink
Staging: speakup: spk_types: trival coding style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 3c9d465 commit a32d4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/speakup/spk_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a32d4ac

Please sign in to comment.