From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qinghuang Feng Subject: [PATCH 5/6] /fs/ncpfs/getopt.c: cleanup keneldoc Date: Sat, 8 Nov 2008 16:43:35 +0800 Message-ID: <20081108164335.706739d4@ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: rdunlap@xenotime.net Return-path: Received: from ti-out-0910.google.com ([209.85.142.185]:49132 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752089AbYKHInu (ORCPT ); Sat, 8 Nov 2008 03:43:50 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: There are no argument named @flag in ncp_getopt(), remove it. Signed-off-by: Qinghuang Feng --- diff --git a/fs/ncpfs/getopt.c b/fs/ncpfs/getopt.c index 335b003..0af3349 100644 --- a/fs/ncpfs/getopt.c +++ b/fs/ncpfs/getopt.c @@ -16,7 +16,6 @@ * @opts: an array of &struct option entries controlling parser operations * @optopt: output; will contain the current option * @optarg: output; will contain the value (if one exists) - * @flag: output; may be NULL; should point to a long for or'ing flags * @value: output; may be NULL; will be overwritten with the integer value * of the current argument. *