sound/oss/v_midi.h: Checkpatch cleanup
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>
This commit is contained in:
parent
aefbd3e823
commit
76b53774c5
|
@ -2,9 +2,9 @@ typedef struct vmidi_devc {
|
||||||
int dev;
|
int dev;
|
||||||
|
|
||||||
/* State variables */
|
/* State variables */
|
||||||
int opened;
|
int opened;
|
||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
|
|
||||||
/* MIDI fields */
|
/* MIDI fields */
|
||||||
int my_mididev;
|
int my_mididev;
|
||||||
int pair_mididev;
|
int pair_mididev;
|
||||||
|
@ -12,4 +12,3 @@ typedef struct vmidi_devc {
|
||||||
int intr_active;
|
int intr_active;
|
||||||
void (*midi_input_intr) (int dev, unsigned char data);
|
void (*midi_input_intr) (int dev, unsigned char data);
|
||||||
} vmidi_devc;
|
} vmidi_devc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user