From nobody Fri Dec 19 14:52:28 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 6E0E324886A 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=c4Ab7G/Xcz9Sm3qepNcJSgqmIC9PEmnfvBjazs9dWNd7rnxesBYJTKxYHNIXfj0YPsluSt+7nZGySgtEsLZak9s3pZgNFyqhOcuYExcIHxnCmdZrIt30xQCaPQPRvy5ogOmEbEV9fSzQumOOKNvNclDuF0JRDa27C9xkryQMf5E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764983153; c=relaxed/simple; bh=zy7PUtm4IAwh53Vqfu/XKramsujpKcK8F2ETjM9qc2g=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=H84Sv+ZAOeFAwr1sXzoyYeZX4b2uulnePuFiXXARblEsvqZPGkkDFU7e1zP48gahA9bTQX4rF5v/YYoxpUIeHod/w5oYyPCv7VownCtk5SxSooWqrDmH1mClb2Xg9dy0VzjAGWuKS8Ydfs3T1YGAcoqdP68dpKZpW82g4M71QCQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hHVkA8nP; 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="hHVkA8nP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EAA8C16AAE; 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=zy7PUtm4IAwh53Vqfu/XKramsujpKcK8F2ETjM9qc2g=; h=Date:From:To:Cc:Subject:References:From; b=hHVkA8nPXkcRHoD6ng4Egm/kmcrtYw8/xlgTAYtAUIeUobM8xTWicIwz7/nJSzViG rMagA06azgcC3zHoS4NzR2Qc5O/WERqZKsOyHgCyc67uhrnMfBWW3veNB0HIMhoGH5 bHsdhfahpkrgITF84s5LXzw+gCW5bYU3vnrpcp+J/TiBJk3lyB1Ul9PVxS+5M3wCgd JvTu3H1qi/az5QtlWLz526OPVnT0EVFIThrZ0YcZeKOB77Si4zH4k9NVP7zw7G914Y SQKEikDiwTg0r5V9CSuhVzFyW0v4pIR3WnvIkHFtqNO0UOylBFkwPddzUBUBtachYx G3lLCVars5/sw== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1vRglJ-00000009VoP-42lz; Fri, 05 Dec 2025 20:07:01 -0500 Message-ID: <20251206010701.816724698@kernel.org> User-Agent: quilt/0.68 Date: Fri, 05 Dec 2025 20:06:40 -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 07/15] tracing: Fix multiple typos in trace.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: "alse" -> "also" "enabed" -> "enabled" "instane" -> "instance" "outputing" -> "outputting" "seperated" -> "separated" Link: https://patch.msgid.link/20251121221835.28032-7-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- kernel/trace/trace.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index cf725a33d99c..e575956ef9b5 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -125,7 +125,7 @@ cpumask_var_t __read_mostly tracing_buffer_mask; * If there is an oops (or kernel panic) and the ftrace_dump_on_oops * is set, then ftrace_dump is called. This will output the contents * of the ftrace buffers to the console. This is very useful for - * capturing traces that lead to crashes and outputing it to a + * capturing traces that lead to crashes and outputting it to a * serial console. * * It is default off, but you can enable it with either specifying @@ -134,7 +134,7 @@ cpumask_var_t __read_mostly tracing_buffer_mask; * Set 1 if you want to dump buffers of all CPUs * Set 2 if you want to dump the buffer of the CPU that triggered oops * Set instance name if you want to dump the specific trace instance - * Multiple instance dump is also supported, and instances are seperated + * Multiple instance dump is also supported, and instances are separated * by commas. */ /* Set to string format zero to disable by default */ @@ -5278,7 +5278,7 @@ int set_tracer_flag(struct trace_array *tr, u64 mask,= int enabled) return -EINVAL; /* * An instance must always have it set. - * by default, that's the global_trace instane. + * by default, that's the global_trace instance. */ if (printk_trace =3D=3D tr) update_printk_trace(&global_trace); @@ -7556,7 +7556,7 @@ char *trace_user_fault_read(struct trace_user_buf_inf= o *tinfo, migrate_disable(); =20 /* - * Now preemption is being enabed and another task can come in + * Now preemption is being enabled and another task can come in * and use the same buffer and corrupt our data. */ preempt_enable_notrace(); @@ -11331,7 +11331,7 @@ __init static void do_allocate_snapshot(const char = *name) /* * When allocate_snapshot is set, the next call to * allocate_trace_buffers() (called by trace_array_get_by_name()) - * will allocate the snapshot buffer. That will alse clear + * will allocate the snapshot buffer. That will also clear * this flag. */ allocate_snapshot =3D true; --=20 2.51.0