From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753962AbbCLKAs (ORCPT ); Thu, 12 Mar 2015 06:00:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33345 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753305AbbCLKAr (ORCPT ); Thu, 12 Mar 2015 06:00:47 -0400 Date: Thu, 12 Mar 2015 11:00:43 +0100 From: Greg Kroah-Hartman To: Vivien Didelot Cc: Guenter Roeck , linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com Subject: Re: [PATCH v2 3/3] sysfs: Document struct attribute_group Message-ID: <20150312100043.GC3682@kroah.com> References: <1426098131-20106-1-git-send-email-vivien.didelot@savoirfairelinux.com> <1426098131-20106-4-git-send-email-vivien.didelot@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426098131-20106-4-git-send-email-vivien.didelot@savoirfairelinux.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 11, 2015 at 02:22:11PM -0400, Vivien Didelot wrote: > From: Guenter Roeck > > Document variables defined in struct attribute_group to ensure > correct usage. > > Signed-off-by: Guenter Roeck > --- > include/linux/sysfs.h | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Same here, please add your signed-off-by if you think it is ok, otherwise you shouldn't be sending it to me :) thanks, greg k-h