From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753017Ab3K0ASf (ORCPT ); Tue, 26 Nov 2013 19:18:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38214 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047Ab3K0ASW (ORCPT ); Tue, 26 Nov 2013 19:18:22 -0500 Date: Tue, 26 Nov 2013 16:19:09 -0800 From: Greg Kroah-Hartman To: Linus Walleij , Shubhrajyoti Datta , Carlos Chinea , Aaro Koskinen , Tony Lindgren , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] MAINTAINERS: add HSI subsystem Message-ID: <20131127001909.GB22610@kroah.com> References: <1385403450-18018-1-git-send-email-sre@debian.org> <20131127001241.GA20111@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131127001241.GA20111@earth.universe> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: > On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: > > > +M: Sebastian Reichel > > > +S: Maintained > > > +F: Documentation/hsi/ > > > +F: drivers/hsi/ > > > +F: include/linux/hsi/ > > > +F: include/uapi/linux/hsi/ > > > > Don't add directories that do not exist (yet). > > Sorry, that was not my intention. The documentation path was > supposed to be "Documentation/ABI/testing/sysfs-bus-hsi". The > other directories should exist. I will send an updated patch. > > Am I right, that this should go through Greg? Why me?