From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B96F244CAF7 for ; Fri, 22 May 2026 14:35:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779460505; cv=none; b=XXb+lU1oo2Bs0q+N9YDdovkzbed1GU8+ldzsKcwp9yTF27hIAg6wCDPFl0afNo/vX/GLx7ppG47EoqPKgvsVihu6k5hQRlzTVXT41d92XeR6VR3MQD6okCbJMwY7szkFUClvfHGl7Dr5qcqg+HyK3GbKyHStrz5b0+36xxFVRgY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779460505; c=relaxed/simple; bh=Yg4nViD8eroIDCzeAHJgwvJdFxNRQE21mkTt88GLNGc=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=oM0NEYI8KHwHAVw2xupTUd1bsW+Yqq8GK0AZ0syg24jtS7gQXKRUgInXYW0rXRiJBccfr9U6kAoGL6GuVEabBnuM1W3nDwvEgPXSIqH+68TImTir5IPlzUE7tfr8FDgzYnIDqN9S2hFaV24HMcDX4Hn7oRA9M/mVUZX+s0RcI+0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ULF5XlkM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ULF5XlkM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EFCA1F0155D; Fri, 22 May 2026 14:35:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779460502; bh=ijQqHJtJUgjBmy6QZcRPqPa/Mu76ngBC5kDqpwNjP6Y=; h=Date:From:To:Cc:Subject:References; b=ULF5XlkMjZNxaT2eAojtE6Ed45TstQgHWgLTFTU7K6UhdmIiOVfocGaoaOHkNi3QI d9ffJsLypWp7wYr0G6bNmCa0yV7mrhoesxmWwyWo+L+5sl0H8QKPWXNfI+V7yD2yF5 ybZbSJx5jNil5t1p+m1xqTC4G7iQk/8PjG1P9CYPtjRNfOUSMRZvmBDrzZ/jq65pPb ++Wh0O4zbg29rNARhrYccCoETbWes6wShK25tIYxjOlurORx9uBijsVLVVBO1DM6d9 jdfKKWs8+W8LrvAD++dMHRBhfNQ3i23C7kHqo3uySZValN5rrbiSwcctoqmoaF7QEx 1o9/7dmwO2HKQ== Received: from rostedt by gandalf with local (Exim 4.99.2) (envelope-from ) id 1wQQyE-00000006695-0oWX; Fri, 22 May 2026 10:35:26 -0400 Message-ID: <20260522143526.058827124@kernel.org> User-Agent: quilt/0.69 Date: Fri, 22 May 2026 10:35:15 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Martin Kaiser Subject: [for-next][PATCH 07/15] tracefs: Fix typo in a comment of eventfs_callback() kerneldoc References: <20260522143508.298439732@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 From: Martin Kaiser Fix a typo "evetnfs files" to "eventfs files" in a comment. Cc: Masami Hiramatsu Link: https://patch.msgid.link/20260507081041.885781-2-martin@kaiser.cx Signed-off-by: Martin Kaiser Signed-off-by: Steven Rostedt --- include/linux/tracefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/tracefs.h b/include/linux/tracefs.h index d03f74658716..bc354d340046 100644 --- a/include/linux/tracefs.h +++ b/include/linux/tracefs.h @@ -30,7 +30,7 @@ struct eventfs_file; * @data: data to pass to the created file ops * @fops: the file operations of the created file * - * The evetnfs files are dynamically created. The struct eventfs_entry array + * The eventfs files are dynamically created. The struct eventfs_entry array * is passed to eventfs_create_dir() or eventfs_create_events_dir() that will * be used to create the files within those directories. When a lookup * or access to a file within the directory is made, the struct eventfs_entry -- 2.53.0