Re: [PATCH v2 3/3] page-types: exit early when invoked with-d|--describe

From: Wu Fengguang
Date: Thu Nov 05 2009 - 21:15:34 EST



> case 'd':
> - opt_no_summary = 1;
> describe_flags(optarg);
> - break;
> + exit(0);
> case 'l':
> opt_list = 1;
> break;

Good catch, thanks!

Acked-by: Wu Fengguang <fengguang.wu@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/