From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f175.google.com ([209.85.217.175]:36184 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752822AbaKDOdj (ORCPT ); Tue, 4 Nov 2014 09:33:39 -0500 Date: Tue, 4 Nov 2014 15:33:35 +0100 From: Alexander Aring Subject: Re: [PATCH bluetooth-next] ieee802154: 6lowpan: fix udp header compression when using raw skts Message-ID: <20141104143334.GE643@omega> References: <1415108633-32358-1-git-send-email-simon.vincent@xsilon.com> <20141104143144.GD643@omega> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20141104143144.GD643@omega> Sender: linux-wpan-owner@vger.kernel.org List-ID: To: Simon Vincent Cc: linux-wpan@vger.kernel.org, linux-bluetooth@vger.kernel.org On Tue, Nov 04, 2014 at 03:31:44PM +0100, Alexander Aring wrote: > Hi Simon, > > there is a typo in the subject s/skts/skbs/ This isn't correct. skts is the short word for sockets. This is fine. :-) - A;ex