From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932359Ab0FDOL7 (ORCPT ); Fri, 4 Jun 2010 10:11:59 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:49676 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932172Ab0FDOL6 (ORCPT ); Fri, 4 Jun 2010 10:11:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Y4/bZ0L/aYQq2V+r/Lz7PSeZyDjnEQy1VuVYWBWuSAVXstDJ+cMth0nLD7GdoI5Ki+ sY78U0VlAWa7rnSCrrxh9e985HUku10fFu4bJAC9fvJNhQpIv5bnHiGEI7l+ALvryFjz LpBddMSjQ86x/+hh4CGaKvrj467Q0iQZ7TPOk= Message-ID: <4C0909C6.2040404@gmail.com> Date: Fri, 04 Jun 2010 07:12:22 -0700 From: "Justin P. Mattock" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091114 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Jiri Kosina CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Typo in netdevice.h References: <1274890960-7416-1-git-send-email-justinmattock@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/04/2010 07:03 AM, Jiri Kosina wrote: > On Wed, 26 May 2010, Justin P. Mattock wrote: > >> Fix missing "of" in comment. >> >> Signed-off-by: Justin P. Mattock >> >> --- >> include/linux/netdevice.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Applied. > hey alright!! Justin P. Mattock