Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933284Ab1CWXTY (ORCPT ); Wed, 23 Mar 2011 19:19:24 -0400 Received: from cpoproxy3-pub.bluehost.com ([67.222.54.6]:50052 "HELO cpoproxy3-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S933213Ab1CWXTW (ORCPT ); Wed, 23 Mar 2011 19:19:22 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=xenotime.net; h=Received:Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References:Organization:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=hNw7YsaXK6HIDXdMD+J59BquT4+pq0F/vpLiIuhjAyczpkrD5t9v7GwP6roVweD2hkK4bKY4OlsGuZFjKe2LF+mHx6gSIILOrUZzsDErLCrcLRtdSPd9Tla07ZdN9n5s; Date: Wed, 23 Mar 2011 16:19:17 -0700 From: Randy Dunlap To: Michal Nazarewicz Cc: Arnd Bergmann , broonie@opensource.wolfsonmicro.com, lkml , Nicolas Pitre , Greg KH , David Brownell , Alan Cox , grant.likely@secretlab.ca, Linux USB list , andy.green@linaro.org, netdev@vger.kernel.org, Benjamin Herrenschmidt , roger.quadros@nokia.com, Jaswinder Singh Subject: Re: [RFC] usbnet: use eth%d name for known ethernet devices Message-Id: <20110323161917.85d2660d.rdunlap@xenotime.net> In-Reply-To: <8762r9l94h.fsf@erwin.mina86.com> References: <4D79F068.2080009@linaro.org> <201103232035.18232.arnd@arndb.de> <201103232057.18150.arnd@arndb.de> <20110323125958.76285c0f.rdunlap@xenotime.net> <8762r9l94h.fsf@erwin.mina86.com> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 173.50.240.230 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 42 On Thu, 24 Mar 2011 00:17:34 +0100 Michal Nazarewicz wrote: > >>>>>> @@ -97,6 +97,8 @@ struct driver_info { > >>>>>> > >>>>>> #define FLAG_LINK_INTR 0x0800 /* updates link (carrier) status */ > >>>>>> > >>>>>> +#define FLAG_PTP 0x1000 /* maybe use "usb%d" names */ > > >>>> On Wednesday 23 March 2011 19:46:50 Greg KH wrote: > >>>>> "PTP"? What does that stand for? > > >>> On Mar 23, 2011 8:36 PM, "Arnd Bergmann" wrote: > >>>> point-to-point, I'll improve the comment to spell it out when > >>>> I send the fixed version. > > >> On Wednesday 23 March 2011 20:53:13 MichaƂ Nazarewicz wrote: > >>> I think P2P could be better. > > > On Wed, 23 Mar 2011 20:57:18 +0100 Arnd Bergmann wrote: > >> Yes, good idea. > > Randy Dunlap writes: > > that's peer-to-peer. > > > > OTOH, I knew that PTP was point-to-point. > > It can be any of that, depending on context. For me PTP is more like > Picture Transport Protocol, whereas "2" between two letters is usually > "to". > > Just my two cents though, no strong feelings or anything. Agreed. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/