From patchwork Sat Apr 30 17:56:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Landley X-Patchwork-Id: 744082 X-Patchwork-Delegate: ericvh@gmail.com Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p3UI2tl2006756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 30 Apr 2011 18:03:16 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-2.v29.ch3.sourceforge.com) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.74) (envelope-from ) id 1QGEUx-0007DI-St; Sat, 30 Apr 2011 18:02:31 +0000 Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.74) (envelope-from ) id 1QGEUw-0007DA-Te for v9fs-developer@lists.sourceforge.net; Sat, 30 Apr 2011 18:02:30 +0000 X-ACL-Warn: Received: from mail-yw0-f47.google.com ([209.85.213.47]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128) (Exim 4.74) id 1QGEUt-0007c8-RU for v9fs-developer@lists.sourceforge.net; Sat, 30 Apr 2011 18:02:28 +0000 Received: by ywg8 with SMTP id 8so2171184ywg.34 for ; Sat, 30 Apr 2011 11:02:22 -0700 (PDT) Received: by 10.91.76.4 with SMTP id d4mr5375250agl.42.1304186187004; Sat, 30 Apr 2011 10:56:27 -0700 (PDT) Received: from [192.168.2.105] (cpe-24-27-26-60.austin.res.rr.com [24.27.26.60]) by mx.google.com with ESMTPS id u9sm1094650anl.22.2011.04.30.10.56.25 (version=SSLv3 cipher=OTHER); Sat, 30 Apr 2011 10:56:26 -0700 (PDT) Message-ID: <4DBC4D48.5070805@landley.net> Date: Sat, 30 Apr 2011 12:56:24 -0500 From: Rob Landley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: v9fs-developer@lists.sourceforge.net X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1QGEUt-0007c8-RU Subject: [V9fs-developer] Is this intentional? X-BeenThere: v9fs-developer@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: v9fs-developer-bounces@lists.sourceforge.net X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sat, 30 Apr 2011 18:03:16 +0000 (UTC) As on Jeopardy, my question is in the form of a patch: Does this have some special meaning, or is it an accident? (I looked at other filesystems but they didn't bother having doc entries for their init/exit function that I could find.) From: Rob Landley Change linuxdoc names to match functions. Signed-off-by: Rob Landley --- net/9p/mod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd diff --git a/net/9p/mod.c b/net/9p/mod.c index cf8a412..72c3982 100644 --- a/net/9p/mod.c +++ b/net/9p/mod.c @@ -139,7 +139,7 @@ void v9fs_put_trans(struct p9_trans_module *m) } /** - * v9fs_init - Initialize module + * init_p9 - Initialize module * */ static int __init init_p9(void) @@ -154,7 +154,7 @@ static int __init init_p9(void) } /** - * v9fs_init - shutdown module + * exit_p9 - shutdown module * */