diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 17:51:19 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-02 11:22:19 +0100 |
commit | 3ea49652f679c2b571ca214c605ec80cb056ec10 (patch) | |
tree | ff19aa506e7b2d31545bdc71f693b5b7bfc2a346 /sound/oss/coproc.h | |
parent | 76b53774c51c4eaec646578a2e1b3716befedf1c (diff) | |
download | op-kernel-dev-3ea49652f679c2b571ca214c605ec80cb056ec10.zip op-kernel-dev-3ea49652f679c2b571ca214c605ec80cb056ec10.tar.gz |
sound/oss/coproc.h: Checkpatch cleanup
sound/oss/coproc.h:7: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/coproc.h')
-rw-r--r-- | sound/oss/coproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/coproc.h b/sound/oss/coproc.h index 7306346..7bec21b 100644 --- a/sound/oss/coproc.h +++ b/sound/oss/coproc.h @@ -4,7 +4,7 @@ */ /* - * Coprocessor access types + * Coprocessor access types */ #define COPR_CUSTOM 0x0001 /* Custom applications */ #define COPR_MIDI 0x0002 /* MIDI (MPU-401) emulation */ |