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 3E341420E85 for ; Tue, 7 Jul 2026 13:46:22 +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=1783431987; cv=none; b=Al9R7WXWKqffQT8QglVyeUaq8lWuEtX88iSxjf3lf+Lr3/Hjzd8yWKGG9MoIF5VKZJJ9bJ2/yroV0hTA0W34VaHWizh8lrlH7HO20g4Uwr0qH6xp/j+Vj8j8QPkGTpY/itGGHJ4wak68FhwiZa2tS8NUCSfkWOyZ9y2BJojzJYM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783431987; c=relaxed/simple; bh=lYpes6QCjWBwLqW/Npr93sMLmKGxxSF2routVOBQFsc=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=u6WtlNBKmUbCKHWmJJGy2g2vDrXFhlmhjqO2elXVOhGRjD2CqudAOlmx+vZfYBsECg/jz4v+8iFhm9g9MvDgs8MM92EvGDpNcSGYKwwiL0G8INF0joVPmOHH+qXUswhL9rlUgY8IrKO0onATF4B6NqiUNjb5UFzjeqGukQsdVVQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FrtL9X1f; 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="FrtL9X1f" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DFC31F00ADE; Tue, 7 Jul 2026 13:46:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783431981; bh=VsTyJodf+I2ft6wfWcIlDLkjLrAjk/LimDiC4gyTO+U=; h=Date:From:To:Cc:Subject:References; b=FrtL9X1fpwza7mg8RK8Iz3PlFn0yEbrK9nEM2TfayxnhjHl/vflCcL8q04Oc52lHH mZHmba2gjBcpuaxOpqgbUvv+kVCY+z64wkbV7LABt8smU7pa1mBzBTSXyxdKksht3a hwkP1MIIK5ABlAiyIxV5EiCVawzr/clTjl27yulmNI03mDRGMF1iaQsXz5zB3vVBmr zjvYJvhgrMXNOPyBK0BshDwveIdVLBa1KK6J2wQvqUV1jLKWz0Os6p9C9mMMT+HjxQ gsQHm+CWxRM6RSIflSEq3YM1uCDIh3CZ73Pa7zFo9zb8qprwjuOuTC1amJugVObqr8 6tiDfNBULaazA== Received: from rostedt by gandalf with local (Exim 4.99.4) (envelope-from ) id 1wh680-00000000h55-3PKx; Tue, 07 Jul 2026 09:46:24 -0400 Message-ID: <20260707134624.646610373@kernel.org> User-Agent: quilt/0.69 Date: Tue, 07 Jul 2026 09:46:13 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Yudistira Putra Subject: [for-linus][PATCH 09/13] samples: ftrace: Fix typos in benchmark comment References: <20260707134604.275787924@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: Yudistira Putra Fix two typos in the ftrace operations sample benchmark comment. Link: https://patch.msgid.link/20260621095153.93762-1-pyudistira519@gmail.com Signed-off-by: Yudistira Putra Signed-off-by: Steven Rostedt --- samples/ftrace/ftrace-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/ftrace/ftrace-ops.c b/samples/ftrace/ftrace-ops.c index 68d6685c80bd..152ffc1a30b6 100644 --- a/samples/ftrace/ftrace-ops.c +++ b/samples/ftrace/ftrace-ops.c @@ -232,8 +232,8 @@ static int __init ftrace_ops_sample_init(void) ops_destroy(ops_irrelevant, nr_ops_irrelevant); /* - * The benchmark completed sucessfully, but there's no reason to keep - * the module around. Return an error do the user doesn't have to + * The benchmark completed successfully, but there's no reason to keep + * the module around. Return an error so the user doesn't have to * manually unload the module. */ return -EINVAL; -- 2.53.0