[alsa-devel] [PATCH 22/66] 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 --- sound/oss/v_midi.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sound/oss/v_midi.h b/sound/oss/v_midi.h index 1b86cb4..08e2185 100644 --- 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; -
At Sat, 27 Feb 2010 17:51:03 +0100, Andrea Gelmini wrote:
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
Applied all three patches for sound/* now. Thanks.
Takashi
2010/3/2 Takashi Iwai tiwai@suse.de: Hi Takashi, thanks a lot for you reply.
Applied all three patches for sound/* now. Thanks.
Thanks a lot. If you care I can check all sound subtree.
Thanks again, Andrea
participants (2)
-
Andrea Gelmini
-
Takashi Iwai