[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1415067662.17743.43.camel@perches.com>
Date: Mon, 03 Nov 2014 18:21:02 -0800
From: Joe Perches <joe@...ches.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org,
Marek Belisko <marek.belisko@...il.com>,
devel@...verdev.osuosl.org
Subject: Re: [PATCH V2 2/2] ASoC: staging: ft1000: Logging message neatening
On Mon, 2014-11-03 at 16:36 -0800, Greg Kroah-Hartman wrote:
> On Mon, Nov 03, 2014 at 04:25:44PM -0800, Joe Perches wrote:
> > Use a more common logging style.
> >
> > o Convert DEBUG macros to pr_debug
> > o Add pr_fmt
> > o Remove embedded function names from pr_debug
> > o Convert printks to pr_<level>
> > o Coalesce formats and align arguments
> > o Add missing terminating newlines
> >
> > Signed-off-by: Joe Perches <joe@...ches.com>
>
> ASoC???
>
> I'll go edit that by hand...
How odd. It must be some git weirdness I don't understand.
That's just from doing: (after a git pull of your staging-next tree)
$ patch -p1 < ../next/patches/ft1000/0001-staging-ft1000-Whitespace-neatening.patch
$ emacs drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c.rej
$ git commit -s drivers/staging/ft1000
$ git am ../next/patches/ft1000/0002-staging-ft1000-Logging-message-neatening.patch
$ git format-patch -2 --subject-prefix="PATCH V2" -o patches/ft1000 --cover-letter
I didn't touch either output patch but did edit the cover letter.
and ../next/patches/ft1000/0002-etc... doesn't have ASoC in it.
$ grep -i asoc ../next/patches/ft1000/0002-staging-ft1000-Logging-message-neatening.patch
$
--
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