projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aefbd3e
)
sound/oss/v_midi.h: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:03 +0000
(17:51 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 2 Mar 2010 10:22:08 +0000
(11:22 +0100)
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>
sound/oss/v_midi.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/oss/v_midi.h
b/sound/oss/v_midi.h
index 1b86cb45c60719bae4e95d191926fed42a23cfdb..08e2185ee816794656f8cf9a83a80706859aec84 100644
(file)
--- a/
sound/oss/v_midi.h
+++ b/
sound/oss/v_midi.h
@@
-2,9
+2,9
@@
typedef struct vmidi_devc {
int dev;
/* State variables */
- int opened;
+ int opened;
spinlock_t lock;
-
+
/* MIDI fields */
int my_mididev;
int pair_mididev;
@@
-12,4
+12,3
@@
typedef struct vmidi_devc {
int intr_active;
void (*midi_input_intr) (int dev, unsigned char data);
} vmidi_devc;
-