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:
committed by
Takashi Iwai
parent
aefbd3e823
commit
76b53774c5
@@ -2,7 +2,7 @@ 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 */
|
||||||
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user