diff options
author | Pavel Machek <pavel@suse.cz> | 2008-04-01 09:33:22 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:31 -0400 |
commit | edab938e63e463da86e4aa7b94628ce8f2b8a137 (patch) | |
tree | f96c6db21c954157c8448cc57af55e09eaa8db72 /include/sound | |
parent | e97f79994ac715e4c8724b201bd3328463ec9314 (diff) |
[ALSA] fix comments in sound/core.h
Two sentences seem to be spliced into one in comment, fix that and fix
english. Also fix codingstyle.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/core.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index 4fc0235ad784..356659de6b85 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -310,7 +310,7 @@ int snd_card_file_add(struct snd_card *card, struct file *file); | |||
310 | int snd_card_file_remove(struct snd_card *card, struct file *file); | 310 | int snd_card_file_remove(struct snd_card *card, struct file *file); |
311 | 311 | ||
312 | #ifndef snd_card_set_dev | 312 | #ifndef snd_card_set_dev |
313 | #define snd_card_set_dev(card,devptr) ((card)->dev = (devptr)) | 313 | #define snd_card_set_dev(card, devptr) ((card)->dev = (devptr)) |
314 | #endif | 314 | #endif |
315 | 315 | ||
316 | /* device.c */ | 316 | /* device.c */ |
@@ -373,7 +373,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) | |||
373 | * snd_printd - debug printk | 373 | * snd_printd - debug printk |
374 | * @fmt: format string | 374 | * @fmt: format string |
375 | * | 375 | * |
376 | * Compiled only when Works like snd_printk() for debugging purpose. | 376 | * Works like snd_printk() for debugging purposes. |
377 | * Ignored when CONFIG_SND_DEBUG is not set. | 377 | * Ignored when CONFIG_SND_DEBUG is not set. |
378 | */ | 378 | */ |
379 | #define snd_printd(fmt, args...) \ | 379 | #define snd_printd(fmt, args...) \ |
@@ -417,7 +417,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) | |||
417 | * snd_printdd - debug printk | 417 | * snd_printdd - debug printk |
418 | * @format: format string | 418 | * @format: format string |
419 | * | 419 | * |
420 | * Compiled only when Works like snd_printk() for debugging purpose. | 420 | * Works like snd_printk() for debugging purposes. |
421 | * Ignored when CONFIG_SND_DEBUG_DETECT is not set. | 421 | * Ignored when CONFIG_SND_DEBUG_DETECT is not set. |
422 | */ | 422 | */ |
423 | #define snd_printdd(format, args...) snd_printk(format, ##args) | 423 | #define snd_printdd(format, args...) snd_printk(format, ##args) |