Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp936098imu; Fri, 7 Dec 2018 11:13:58 -0800 (PST) X-Google-Smtp-Source: AFSGD/UsqzqTn1QJ9E1xZcf10ZdtaOiWYyBDlQbwZEvNWdfs4mQn9ZMLiheG6iWqpSFMqhSNGxsV X-Received: by 2002:a62:442:: with SMTP id 63mr3373199pfe.156.1544210038652; Fri, 07 Dec 2018 11:13:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544210038; cv=none; d=google.com; s=arc-20160816; b=sbnUNS6x1Pa2o8s4yd8yMzaB2wZZL6qmw/Hrdno/2+jq5nq6OubR/w6NdprGU6+XWS Q8H1pA9ngHSrPCNz4J7Vt0bLYpED4+00PYHAmT5D32OpnwIvepE5/s4ircpqTKStOqWE luCI1JfZPXwPK/s222GOKFsLdLyDHJQh4etVpIvmpsx0TiZVEPzWnkU9pqfOHUYJStP8 CxkAcMl2YBGATGkbPvUV9lw4s8HG+oldVu0ywTlEAR/Jaqg1zDClWgYL79IFuES0TLuc zv+QWk2nsz6DGStIh++UjHsXN8zTl7XSPnBDyQjuuh4RFyTUCxc4viv8boeThMSCglIL Lu4A== 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 :message-id:date:subject:cc:to:from; bh=0Ln+vzM4UnMD52oJPFKm41EQ9xLDX/EaVNnlrVcxVvU=; b=FDrB2m4tnTcbtAh4q8NblPDQc2F0Z/oI+xeg0jPownbZZNJTtaY1NcDL+m5g9lnWuX xBTkcoHjhrxekDyrAhTenSY60gAC1RK1f1C+q++HhifkJqCecUGR2Rl99IQEBpk5zALs hIC/53WHBxYvrGyFhWAdv/RsLwCOB21tWtU+Nl4PMBhd0mO1VzejUVDJKBKd58dzKfka koHx193rKs6HceSgEO/+zBwEO6kffRu7AN7/bPCworVHOcPCxRm4zQP9K+1ZyBksQ0lF GYN7GYye1FDjnXHB3KnnDZJ+ZaVDEmOPuHyy14SBIm1cvKKmNk/mxO1y/a7PxZKNIkSR MWqg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k91si3598288pld.283.2018.12.07.11.13.43; Fri, 07 Dec 2018 11:13:58 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726304AbeLGTMT (ORCPT + 99 others); Fri, 7 Dec 2018 14:12:19 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:59720 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726074AbeLGTMS (ORCPT ); Fri, 7 Dec 2018 14:12:18 -0500 Received: from localhost.localdomain (unknown [IPv6:2804:431:9719:1d1c:60c2:167c:a334:f7b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: koike) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 66EC62639EC; Fri, 7 Dec 2018 19:12:09 +0000 (GMT) From: Helen Koike To: linux-doc@vger.kernel.org Cc: kernel@collabora.com, linux-kernel@vger.kernel.org, corbet@lwn.net Subject: [PATCH] configfs: fix wrong name of struct in documentation Date: Fri, 7 Dec 2018 17:11:58 -0200 Message-Id: <20181207191158.18769-1-helen.koike@collabora.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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; -- 2.19.1