From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 20 Jul 2009 21:49:17 -0700 Subject: [U-Boot] [PATCH 1/2] net: rename NetRxPkt to NetRxPacket In-Reply-To: <1247965449-23375-1-git-send-email-vapier@gentoo.org> References: <4A5F6524.7040909@gmail.com> <1247965449-23375-1-git-send-email-vapier@gentoo.org> Message-ID: <4A6548CD.8010409@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike, Mike Frysinger wrote: > The net code is mostly consistent in using 'Packet' rather than 'Pkt', so > rename the minor detractor to follow suite. > > Signed-off-by: Mike Frysinger > --- > include/net.h | 4 ++-- > net/bootp.c | 2 +- > net/net.c | 8 ++++---- > 3 files changed, 7 insertions(+), 7 deletions(-) > Applied to net repo. thanks, Ben