From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] bugfix and cleanup patches in the TTM code for 3.1. Date: Wed, 8 Jun 2011 10:33:08 -0700 Message-ID: <20110608103308.483c41fe.randy.dunlap@oracle.com> References: <1307552775-3185-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Konrad Rzeszutek Wilk , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, airlied@redhat.com, thomas@shipmail.org List-Id: dri-devel@lists.freedesktop.org On Wed, 8 Jun 2011 19:30:22 +0200 Rafa=C5=82 Mi=C5=82ecki wrote: > Hi Konrad, >=20 > 2011/6/8 Konrad Rzeszutek Wilk : > > The bug-fix "ttm: Do not increment the amount of pages in a pool by= the current amount" > > I never observed, but found while looking at the code. The cleanup = patch: > > "ttm: Fix spelling mistakes and remove unused #ifdef", I had posted= earlier and Randy > > Dunlap graciously added some extra cleanups - which I have rolled i= n. >=20 > This is safe to put comments to the patch in the following place: >=20 >=20 > Signed-off-by: (...) > --- > RIGHT HERE > --- > drivers/(...) >=20 >=20 > When applying such a patch comments will not be visible in git log. > You may find this easier method of commenting your patches. Yes, it would remove the temptation to make a patch 0/ that several people are (sadly) using recently. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your cod= e ***