Re: [PATCH v4] Documentation: Move samples from doc to samples/

2016-07-19 Thread Mahesh Khanwalkar
On Tue, Jul 19, 2016 at 04:35:25PM -0600, Jonathan Corbet wrote: > So, while I'm generally in favor of moving this code over to samples/, > I'm a bit nervous about a single, do-it-all patch. I'd rather see each > subsystem's stuff moved separately, with (1) review from the appropriate > maintainer

Re: [PATCH v4] Documentation: Move samples from doc to samples/

2016-07-19 Thread Randy Dunlap
On 07/19/16 15:35, Jonathan Corbet wrote: > On Mon, 18 Jul 2016 15:55:00 -0400 > Mahesh Khanwalkar wrote: > >> Moved sample code found in Documentation/ to samples/ but kept actual >> documentation where it is, while updating any in-text references to the >> moved code. Updated the Documentation/

Re: [PATCH v4] Documentation: Move samples from doc to samples/

2016-07-19 Thread Jonathan Corbet
On Mon, 18 Jul 2016 15:55:00 -0400 Mahesh Khanwalkar wrote: > Moved sample code found in Documentation/ to samples/ but kept actual > documentation where it is, while updating any in-text references to the > moved code. Updated the Documentation/Makefile and samples/Makefile to > reflect the chan