From nobody Fri Dec 19 15:07:49 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D092B25A62E for ; Sat, 6 Dec 2025 01:05:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764983153; cv=none; b=L/UMeummHz6rC/cUVtfz1V0rJDt/9j9iOkjzuZ54A8AMskzCSeBRIb/cnTKi4OrA3qIOBDAi+nVOzk0lSacW1qhWZH+vyg1RTbNe11TFQIyBwggWIceN2VJ1SpwALR+1Fadi2gVbFz/Otv/Is0c2XRkIpJ2JwMtvMldvEQsFi4Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764983153; c=relaxed/simple; bh=KKVtAHxafVrfQkUJmvo0tLTyhgPsii+AI5Df3eDTpBQ=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=R6hb+RvnFjL2ST5D9OxaMDWH2yp4zSF2rLqG3KHLMP63LSrWqidosHN6QMU11y2/yQ3gEHkxzk108VuoRoK2NjwkTIhh7Ku5r33gWB5WEKZPnGGJNw94L5NooEX6hUilO3OfUq2YUsm4WpE8OKWBE8H7tWF5UZfVTIceQJFw5nQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VcmXAAVG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VcmXAAVG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 785A8C116B1; Sat, 6 Dec 2025 01:05:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764983153; bh=KKVtAHxafVrfQkUJmvo0tLTyhgPsii+AI5Df3eDTpBQ=; h=Date:From:To:Cc:Subject:References:From; b=VcmXAAVGc4R0lHgEYrmAm4BucgJF6upXTwQQY/DB7PTEfp+JXuQXYijXw9/rInIYJ J6DB3vpU8jpcIlUIdjdOJ9gnGG/ZGJThRKRgXdiILSbVk/dGP7K0m1rVnL8R7V6gnE PlOAYj0vMOHq8jLVUntcQuYL82M+xsfRR9pXUx60ZBGXwKuPzRhPjhcwgEsWGZ5OgA x5GsUl7ExI2pBJqwVJW0buURfJMqP1WFjcmJgPHIM8UqkAbDYPwM9Q4ZVhLftcn0Bj ICxGW5/O0IKiZS9KgEFvJZd691KxVB3mMrp8tQFIhxqvKjEWjoq64KXwmwrq3ayI35 H3V0z0s+0QVTg== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1vRglK-00000009Vot-0ZHd; Fri, 05 Dec 2025 20:07:02 -0500 Message-ID: <20251206010701.985138011@kernel.org> User-Agent: quilt/0.68 Date: Fri, 05 Dec 2025 20:06:41 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Maurice Hieronymus Subject: [for-linus][PATCH 08/15] tracing: Fix multiple typos in trace_events.c References: <20251206010633.884804695@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Maurice Hieronymus Fix multiple typos in comments: "appened" -> "appended" "paranthesis" -> "parenthesis" "parethesis" -> "parenthesis" "wont" -> "won't" Link: https://patch.msgid.link/20251121221835.28032-8-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- kernel/trace/trace_events.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c index 9b07ad9eb284..b16a5a158040 100644 --- a/kernel/trace/trace_events.c +++ b/kernel/trace/trace_events.c @@ -360,7 +360,7 @@ static bool process_string(const char *fmt, int len, st= ruct trace_event_call *ca /* Anything else, this isn't a function */ break; } - /* A function could be wrapped in parethesis, try the next one */ + /* A function could be wrapped in parenthesis, try the next one */ s =3D r + 1; } while (s < e); =20 @@ -567,7 +567,7 @@ static void test_event_printk(struct trace_event_call *= call) * If start_arg is zero, then this is the start of the * first argument. The processing of the argument happens * when the end of the argument is found, as it needs to - * handle paranthesis and such. + * handle parenthesis and such. */ if (!start_arg) { start_arg =3D i; @@ -785,7 +785,7 @@ static int __ftrace_event_enable_disable(struct trace_e= vent_file *file, * * When soft_disable is not set but the soft_mode is, * we do nothing. Do not disable the tracepoint, otherwise - * "soft enable"s (clearing the SOFT_DISABLED bit) wont work. + * "soft enable"s (clearing the SOFT_DISABLED bit) won't work. */ if (soft_disable) { if (atomic_dec_return(&file->sm_ref) > 0) @@ -1394,7 +1394,7 @@ int ftrace_set_clr_event(struct trace_array *tr, char= *buf, int set) if (!tr) return -ENOENT; =20 - /* Modules events can be appened with :mod: */ + /* Modules events can be appended with :mod: */ mod =3D strstr(buf, ":mod:"); if (mod) { *mod =3D '\0'; --=20 2.51.0