From patchwork Sun Feb 5 23:18:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Juhl X-Patchwork-Id: 139668 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C1BEEB7221 for ; Mon, 6 Feb 2012 10:19:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753401Ab2BEXSa (ORCPT ); Sun, 5 Feb 2012 18:18:30 -0500 Received: from swampdragon.chaosbits.net ([90.184.90.115]:29479 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002Ab2BEXS3 (ORCPT ); Sun, 5 Feb 2012 18:18:29 -0500 Received: by swampdragon.chaosbits.net (Postfix, from userid 1000) id F0D0C9403D; Mon, 6 Feb 2012 00:18:57 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by swampdragon.chaosbits.net (Postfix) with ESMTP id EA3559403B; Mon, 6 Feb 2012 00:18:57 +0100 (CET) Date: Mon, 6 Feb 2012 00:18:57 +0100 (CET) From: Jesper Juhl To: netdev@vger.kernel.org cc: linux-kernel@vger.kernel.org, Jay Vosburgh , Andy Gospodarek , David Miller Subject: [PATCH] bonding: Fix misspelling of "since" Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Jesper Juhl --- drivers/net/bonding/bond_3ad.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 0ae0d7c..793b001 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c @@ -660,7 +660,7 @@ static void __attach_bond_to_agg(struct port *port) static void __detach_bond_from_agg(struct port *port) { port = NULL; /* just to satisfy the compiler */ - // This function does nothing sience the parser/multiplexer of the receive + // This function does nothing since the parser/multiplexer of the receive // and the parser/multiplexer of the aggregator are already combined }