From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752139AbcGRTcm (ORCPT ); Mon, 18 Jul 2016 15:32:42 -0400 Received: from smtprelay0200.hostedemail.com ([216.40.44.200]:51288 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751706AbcGRTcj (ORCPT ); Mon, 18 Jul 2016 15:32:39 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:2895:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3872:3874:4321:5007:6737:10004:10400:10848:11232:11658:11914:12048:12517:12519:12740:13069:13161:13229:13311:13357:13439:14659:14721:21080:21433:30012:30054:30064:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: move46_3334120918943 X-Filterd-Recvd-Size: 1905 Message-ID: <1468870350.1900.18.camel@perches.com> Subject: Re: [PATCH v3] Documentation: Move samples from doc to samples/ From: Joe Perches To: Mahesh Khanwalkar , corbet@lwn.net, sudeep.dutt@intel.com, ashutosh.dixit@intel.com, tglx@linutronix.de, clemens@ladisch.de, wim@iguana.be, linux@roeck-us.net, gregkh@linuxfoundation.org, dasaratharaman.chandramouli@intel.com, timur@codeaurora.org, arnd@arndb.de, nab@linux-iscsi.org, hans.verkuil@cisco.com, mchehab@osg.samsung.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org, linux-watchdog@vger.kernel.org Date: Mon, 18 Jul 2016 12:32:30 -0700 In-Reply-To: <1468870066-11792-1-git-send-email-maheshkhanwalkar@gmail.com> References: <578D2264.6060205 () codeaurora ! org> <1468870066-11792-1-git-send-email-maheshkhanwalkar@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-07-18 at 15:27 -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 change. Built with CONFIG_SAMPLES=y in .config with no > build errors. The directories added within samples/ still follow the > same structure that they did in Documentation. Directories in > Documentation/ that contained code still exist, only the code within > them has been moved out accordingly. The MAINTAINERS file should also have file patterns updated.