From c5413b070411d82e77a0ba493fe8b82b5f2abdec Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 1 Apr 2008 15:33:22 +0200 Subject: [PATCH] --- yaml --- r: 92174 b: refs/heads/master c: edab938e63e463da86e4aa7b94628ce8f2b8a137 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/core.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b1a095faccf2..102684c34882 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e97f79994ac715e4c8724b201bd3328463ec9314 +refs/heads/master: edab938e63e463da86e4aa7b94628ce8f2b8a137 diff --git a/trunk/include/sound/core.h b/trunk/include/sound/core.h index 4fc0235ad784..356659de6b85 100644 --- a/trunk/include/sound/core.h +++ b/trunk/include/sound/core.h @@ -310,7 +310,7 @@ int snd_card_file_add(struct snd_card *card, struct file *file); int snd_card_file_remove(struct snd_card *card, struct file *file); #ifndef snd_card_set_dev -#define snd_card_set_dev(card,devptr) ((card)->dev = (devptr)) +#define snd_card_set_dev(card, devptr) ((card)->dev = (devptr)) #endif /* device.c */ @@ -373,7 +373,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) * snd_printd - debug printk * @fmt: format string * - * Compiled only when Works like snd_printk() for debugging purpose. + * Works like snd_printk() for debugging purposes. * Ignored when CONFIG_SND_DEBUG is not set. */ #define snd_printd(fmt, args...) \ @@ -417,7 +417,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) * snd_printdd - debug printk * @format: format string * - * Compiled only when Works like snd_printk() for debugging purpose. + * Works like snd_printk() for debugging purposes. * Ignored when CONFIG_SND_DEBUG_DETECT is not set. */ #define snd_printdd(format, args...) snd_printk(format, ##args)