From owner-svn-src-user@FreeBSD.ORG Sat Feb 6 22:50:50 2010 Return-Path: <owner-svn-src-user@FreeBSD.ORG> Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C3F106568D; Sat, 6 Feb 2010 22:50:50 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C6A728FC0A; Sat, 6 Feb 2010 22:50:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o16Moor4062307; Sat, 6 Feb 2010 22:50:50 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o16MooKc062305; Sat, 6 Feb 2010 22:50:50 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <201002062250.o16MooKc062305@svn.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 6 Feb 2010 22:50:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203575 - user/kmacy/head_flowtable_v6/sys/net X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" <svn-src-user.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user> List-Post: <mailto:svn-src-user@freebsd.org> List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 06 Feb 2010 22:50:50 -0000 Author: kmacy Date: Sat Feb 6 22:50:50 2010 New Revision: 203575 URL: http://svn.freebsd.org/changeset/base/203575 Log: clarify calling convention for llentry_update slightly Modified: user/kmacy/head_flowtable_v6/sys/net/if_llatbl.c Modified: user/kmacy/head_flowtable_v6/sys/net/if_llatbl.c ============================================================================== --- user/kmacy/head_flowtable_v6/sys/net/if_llatbl.c Sat Feb 6 21:22:01 2010 (r203574) +++ user/kmacy/head_flowtable_v6/sys/net/if_llatbl.c Sat Feb 6 22:50:50 2010 (r203575) @@ -111,7 +111,7 @@ llentry_free(struct llentry *lle) /* * Update an llentry for address dst (equivalent to rtalloc for new-arp) - * Caller must pass in a valid struct llentry * + * Caller must pass in a valid struct llentry * (or NULL) * * if found the llentry * is returned referenced and unlocked */