Skip to content

Commit

Permalink
sound/oss/v_midi.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
sound/oss/v_midi.h:5: ERROR: code indent should use tabs where possible
sound/oss/v_midi.h:7: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Andrea Gelmini authored and Takashi Iwai committed Mar 2, 2010
1 parent aefbd3e commit 76b5377
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sound/oss/v_midi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ typedef struct vmidi_devc {
int dev;

/* State variables */
int opened;
int opened;
spinlock_t lock;

/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr_active;
void (*midi_input_intr) (int dev, unsigned char data);
} vmidi_devc;

0 comments on commit 76b5377

Please sign in to comment.