Commit d684aee3 authored by Curtis McEnroe's avatar Curtis McEnroe Committed by Greg Kroah-Hartman

tm6000: Cleaned up code style in tm6000-alsa.c

Fixed all errors but one (possibly a mistake by the checker) reported by
the checker.
Signed-off-by: default avatarCurtis McEnroe <programble@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 41eb8d61
......@@ -18,7 +18,7 @@
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <asm/delay.h>
#include <linux/delay.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
......@@ -461,7 +461,7 @@ int tm6000_audio_init(struct tm6000_core *dev)
if (rc < 0)
goto error_chip;
dprintk(1,"Registered audio driver for %s\n", card->longname);
dprintk(1, "Registered audio driver for %s\n", card->longname);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment