[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6dc076840804020320n261b69ddo7020992f8ad00ddf@mail.gmail.com>
Date: Wed, 2 Apr 2008 19:20:06 +0900
From: "Takashi Iwai" <takashi.iwai@...il.com>
To: "Pavel Machek" <pavel@....cz>
Cc: "Andrew Morton" <akpm@...l.org>,
"Trivial patch monkey" <trivial@...nel.org>,
"kernel list" <linux-kernel@...r.kernel.org>, perex@...ex.cz
Subject: Re: fix comments in sound/core.h (fwd)
Hi Pavel,
I've been on vacation (a sort of honeymoon) until April 11.
So I cannot work on your patches right now. Sorry for inconvenience.
Takashi
On 4/1/08, Pavel Machek <pavel@....cz> wrote:
> Do we have sound maintainers? Noone replies on trivial patches :-(.
>
> Pavel
>
> ----- Forwarded message from Pavel Machek <pavel@...e.cz> -----
>
> From: Pavel Machek <pavel@...e.cz>
> To: perex@...ex.cz, kernel list <linux-kernel@...r.kernel.org>,
> Trivial patch monkey <trivial@...nel.org>, tiwai@...e.de
> Subject: fix comments in sound/core.h
> X-Warning: Reading this can be dangerous to your mental health.
>
>
> Two sentences seem to be spliced into one in comment, fix that and fix
> english. Also fix codingstyle.
>
> Signed-off-by: Pavel Machek <pavel@...e.cz>
>
> diff --git a/include/sound/core.h b/include/sound/core.h
> index 4fc0235..452000d 100644
> --- a/include/sound/core.h
> +++ b/include/sound/core.h
> @@ -310,7 +310,7 @@ int snd_card_file_add(struct snd_card *c
> 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 @@ #ifdef CONFIG_SND_VERBOSE_PRINTK
> * 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 @@ #ifdef CONFIG_SND_DEBUG_DETECT
> * 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)
>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>
>
> ----- End forwarded message -----
>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists