From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965268AbbCPRK4 (ORCPT ); Mon, 16 Mar 2015 13:10:56 -0400 Received: from tex.lwn.net ([70.33.254.29]:42809 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933691AbbCPRKv (ORCPT ); Mon, 16 Mar 2015 13:10:51 -0400 Date: Mon, 16 Mar 2015 11:10:48 -0600 From: Jonathan Corbet To: Prarit Bhargava Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, linux-doc@vger.kernel.org, a.zummo@towertech.it Subject: Re: [PATCH 0/2] Documentation, update RTC documentation Message-ID: <20150316111048.66dd7f02@lwn.net> In-Reply-To: <1426521535-12501-1-git-send-email-prarit@redhat.com> References: <1426521535-12501-1-git-send-email-prarit@redhat.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Mar 2015 11:58:53 -0400 Prarit Bhargava wrote: > Documentation/rtc.txt is a combination of two files, a real documentation > file and a test program. Splitting these up into two files is a good idea > for automated testing. Makes sense to me. If you're going to do that, though, rtctest.c should move out of the documentation directory to, probably, somewhere under tools/. Thanks, jon