sound/oss/v_midi.h: Checkpatch cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Monday, March 8, 2010 - 1:59 pm

Gitweb:     http://git.kernel.org/linus/76b53774c51c4eaec646578a2e1b3716befedf1c
Commit:     76b53774c51c4eaec646578a2e1b3716befedf1c
Parent:     aefbd3e823d4fe219bb6420b0cac505847270507
Author:     Andrea Gelmini <andrea.gelmini@gelma.net>
AuthorDate: Sat Feb 27 17:51:03 2010 +0100
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Tue Mar 2 11:22:08 2010 +0100

    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>
---
 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;
-
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
sound/oss/v_midi.h: Checkpatch cleanup, Linux Kernel Mailing ..., (Mon Mar 8, 1:59 pm)