From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752200AbdJFOoZ (ORCPT ); Fri, 6 Oct 2017 10:44:25 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:50770 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbdJFOoW (ORCPT ); Fri, 6 Oct 2017 10:44:22 -0400 Date: Fri, 6 Oct 2017 11:44:15 -0300 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman Cc: Jonathan Corbet , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: add Kernel Driver Statement to the kernel Message-ID: <20171006114415.303ff337@recife.lan> In-Reply-To: <20171006091038.GA16038@kroah.com> References: <20171006091038.GA16038@kroah.com> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v96EiVNQ031675 Em Fri, 6 Oct 2017 11:10:38 +0200 Greg Kroah-Hartman escreveu: > Way back in 2008 we didn't have "robust" in-kernel documentation system, > so the idea of putting something like the kernel driver statement in the > kernel tree wasn't even imagined. But now that has changed, so add the > old document to the kernel source itself to allow for us to properly > reference it in one canonical place (as the LF wiki keeps moving things > around.) > > This also will allow people to add their names to it, as I seem to have > lost the ability to do that by not knowing how to edit things on the > original document. > > Signed-off-by: Greg Kroah-Hartman >>From my side: Acked-by: Mauro Carvalho Chehab Thanks, Mauro