Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1268571imu; Thu, 20 Dec 2018 13:10:52 -0800 (PST) X-Google-Smtp-Source: AFSGD/W5Zql6HmwMrcXBGvG0NYflgNGh9Y9YIle65Dw/DWUAPwcYzisU7DyYNmcbf0XB2Rs14HHE X-Received: by 2002:a62:4641:: with SMTP id t62mr25450578pfa.141.1545340252134; Thu, 20 Dec 2018 13:10:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545340252; cv=none; d=google.com; s=arc-20160816; b=NCk2WYzwwf65459GJ5e5tHJ1S/jGdtPmxt3RpwMBtkYqaq8ZFTOCwd+b0Ec5mY5pXS TUhhJBdc4N96kcNcd2VGIA4NBIPVJd06RFH/ktNf+iUR1eH3rjzAnLurppao7y4LargP buO1KzH+/9haUnAej6rMgXMfObE94GJXOUaQe4mM+Pl7PP7S11ZON6ZBtzqtc2CwR1Kb /WTbhRwk/E0EA5XXPRmwcGizMgLsG1Nh9cfaVIdVNyLCtf/4J5Ib0ngHgSwTr0kTjZUm pR5mtniBgXy5TfI24C/GNg4XUWSo/TzlZlmeSrvr2Dlml+LHkXgxhqRP0I+HrILk7SU9 6YWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=XQBe+FAKjROv6w5jgPq8IPC3z3z/yEnQv8Sxq8zzVhs=; b=dD8BkL+kiJX6aseZEI4LjvFehcTdV/7aRjbilLY3D8oODmvNhP7bzzW3OdtS/hGo0s IgxiWvOhSM9w3C1lUn4+M+DOFIsk6iHg8wEHxNSe9euH5uxiK29xIfJCo3KXAKcraJ2O Ut8UB6qXXnWMNF+vfWcMi4fb2VgXMBjjvlDbzprr6bYNxutjNrXSYji4/eapFaTOzaUG AAfckuH7ZAaJZtCQosR0MrYlJLh9fBQrQ28IvPsFHGVCuEafCxvPlDneBmNTeRENMiUD FaWq/H3xQfAwMFGGPjjDScS8N2uespcCMcWvZhNAgiVoCEhAD5HV4UBMdvIL6ubroTZG wHyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d12si19079286pga.506.2018.12.20.13.10.36; Thu, 20 Dec 2018 13:10:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731578AbeLTPlw (ORCPT + 99 others); Thu, 20 Dec 2018 10:41:52 -0500 Received: from ms.lwn.net ([45.79.88.28]:53502 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729519AbeLTPlv (ORCPT ); Thu, 20 Dec 2018 10:41:51 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 5A0D0182; Thu, 20 Dec 2018 15:41:51 +0000 (UTC) Date: Thu, 20 Dec 2018 08:41:50 -0700 From: Jonathan Corbet To: Helen Koike Cc: linux-doc@vger.kernel.org, kernel@collabora.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] configfs: fix wrong name of struct in documentation Message-ID: <20181220084150.3075f8d7@lwn.net> In-Reply-To: <20181207191158.18769-1-helen.koike@collabora.com> References: <20181207191158.18769-1-helen.koike@collabora.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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 Dec 2018 17:11:58 -0200 Helen Koike wrote: > The name of the struct is configfs_bin_attribute instead of > configfs_attribute > > Signed-off-by: Helen Koike > > --- > > Documentation/filesystems/configfs/configfs.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/configfs/configfs.txt b/Documentation/filesystems/configfs/configfs.txt > index 3828e85345ae..16e606c11f40 100644 > --- a/Documentation/filesystems/configfs/configfs.txt > +++ b/Documentation/filesystems/configfs/configfs.txt > @@ -216,7 +216,7 @@ be called whenever userspace asks for a write(2) on the attribute. > > [struct configfs_bin_attribute] > > - struct configfs_attribute { > + struct configfs_bin_attribute { > struct configfs_attribute cb_attr; > void *cb_private; > size_t cb_max_size; The document is clearly wrong, and this patch makes it better, so I've applied it - thanks! That said, the structure appears to have grown some fields that are not reflected in the document; I suspect that there's much more in there that is somewhat fictional at this point. Hopefully somebody someday can help to fix it up. Thanks, jon