Re: [PATCH] remove this param as it not adds any value any more
Dave Jones <[email protected]> Mon, 26 Oct 2015 21:09:08 -0400
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 26, 2015 at 11:20:09AM +0530, Praveen K. Pandey wrote: > Documentation/TODO | 2 -- > params.c | 1 - > 2 files changed, 3 deletions(-) This is incomplete. You also need to remove the 'p' entry from the paramstr, the 'p' case in the switch, the dopause variable, and all uses of it. Dave