From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932395AbbFHWnA (ORCPT ); Mon, 8 Jun 2015 18:43:00 -0400 Received: from tex.lwn.net ([70.33.254.29]:59820 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753179AbbFHWmy (ORCPT ); Mon, 8 Jun 2015 18:42:54 -0400 Date: Mon, 8 Jun 2015 16:42:53 -0600 From: Jonathan Corbet To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Pavel Machek , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Move freefall program from Documentation/ to tools/ Message-ID: <20150608164253.03fee96b@lwn.net> In-Reply-To: <1433598148-21592-1-git-send-email-pali.rohar@gmail.com> References: <1433598148-21592-1-git-send-email-pali.rohar@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 Jun 2015 15:42:28 +0200 Pali Rohár wrote: > Documentation/laptops/.gitignore | 1 - > Documentation/laptops/00-INDEX | 2 -- > Documentation/laptops/Makefile | 2 +- > tools/Makefile | 14 ++++++++++++-- > tools/laptop/freefall/Makefile | 17 +++++++++++++++++ > .../laptops => tools/laptop/freefall}/freefall.c | 0 > 6 files changed, 30 insertions(+), 6 deletions(-) > create mode 100644 tools/laptop/freefall/Makefile > rename {Documentation/laptops => tools/laptop/freefall}/freefall.c (100%) Applied to the docs tree, thanks. jon