From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [GIT PULL] Remove __dev* markings from the networking drivers Date: Wed, 05 Dec 2012 21:51:21 -0500 (EST) Message-ID: <20121205.215121.1118396738034568895.davem@davemloft.net> References: <20121204203052.GB32674@kroah.com> <20121204.160257.680931337109544105.davem@davemloft.net> <20121206024833.GA8469@kroah.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, wfp5p@virginia.edu To: gregkh@linuxfoundation.org Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:39312 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753406Ab2LFCvY (ORCPT ); Wed, 5 Dec 2012 21:51:24 -0500 In-Reply-To: <20121206024833.GA8469@kroah.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Greg KH Date: Wed, 5 Dec 2012 18:48:33 -0800 > On Tue, Dec 04, 2012 at 04:02:57PM -0500, David Miller wrote: >> From: Greg KH >> Date: Tue, 4 Dec 2012 12:30:52 -0800 >> >> > On Tue, Dec 04, 2012 at 01:17:26PM -0500, David Miller wrote: >> >> It seemse the function declarations were not properly reformatted >> >> after the __dev* tags were removed. You can't just search and replace >> >> this kind of stuff. The result looks terrible. >> >> >> >> Greg please check for things like this next time you send me changes >> >> written by someone else. >> > >> > Ick, sorry about that. Want me to fix them all back up? It's the least >> > I could do. >> >> If you could do that, I'd really appreciate it. > > I don't see these patches in your net-next branch yet, so should I just > make this against this branch and do a new pull request? Or am I not > looking at net-next properly? The drivers/net changes definitely are in my net-next tree. I only use the 'master' branch.