The patch titled fs/ncpfs/getopt.c: cleanup keneldoc has been removed from the -mm tree. Its filename was fs-ncpfs-getoptc-cleanup-keneldoc.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fs/ncpfs/getopt.c: cleanup keneldoc From: Qinghuang Feng <qhfeng.kernel@xxxxxxxxx> There are no argument named @flag in ncp_getopt(), remove it. Signed-off-by: Qinghuang Feng <qhfeng.kernel@xxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Petr Vandrovec <VANDROVE@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ncpfs/getopt.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/ncpfs/getopt.c~fs-ncpfs-getoptc-cleanup-keneldoc fs/ncpfs/getopt.c --- a/fs/ncpfs/getopt.c~fs-ncpfs-getoptc-cleanup-keneldoc +++ a/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. * _ Patches currently in -mm which might be from qhfeng.kernel@xxxxxxxxx are origin.patch linux-next.patch drivers-xen-xenbus-xenbus_clientc-cleanup-kerneldoc.patch ext2-fix-ext2_splice_branch-comments.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html