From mboxrd@z Thu Jan 1 00:00:00 1970 From: samuel@sortiz.org Subject: [PATCH 1/3] [IrDA] Typo fix in irnetlink.c copyright Date: Sat, 21 Jul 2007 11:13:05 +0300 Message-ID: <20070721081905.854286733@sortiz.org> References: <20070721081304.559769801@sortiz.org> Cc: netdev@vger.kernel.org, irda-users@lists.sourceforge.net To: davem@davemloft.net Return-path: Received: from smtp21.orange.fr ([80.12.242.46]:28437 "EHLO smtp21.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932238AbXGUITJ (ORCPT ); Sat, 21 Jul 2007 04:19:09 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2127.orange.fr (SMTP Server) with ESMTP id C4D281C00091 for ; Sat, 21 Jul 2007 10:19:06 +0200 (CEST) Content-Disposition: inline; filename=patch_irnetlink_email Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Signed-off-by: Samuel Ortiz Index: net-2.6-quilt/net/irda/irnetlink.c =================================================================== --- net-2.6-quilt.orig/net/irda/irnetlink.c 2007-07-21 02:41:24.000000000 +0300 +++ net-2.6-quilt/net/irda/irnetlink.c 2007-07-21 02:43:00.000000000 +0300 @@ -1,7 +1,7 @@ /* * IrDA netlink layer, for stack configuration. * - * Copyright (c) 2007 Samuel Ortiz + * Copyright (c) 2007 Samuel Ortiz * * Partly based on the 802.11 nelink implementation * (see net/wireless/nl80211.c) which is: --