From nobody Fri Dec 19 14:59:08 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 3BE71261595 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=1764983154; cv=none; b=ZcA9cDUQqZUKJ26kwBvaMS/+0b7Z+Mqm0zrF4ubkfEgmmcWrzLVfsKYTcVrUacNMkXfqM5/th7XL/fc8aotPUUEpSPB6yMIZEWgI7y8ooGWBHbBRFqGJP885MU9sUejoLmyZiXSsK8mrABOEF++oywOBHOOM3hRYXPUyHgej/Aw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764983154; c=relaxed/simple; bh=Ai7ihc33CiaF8tJjsAqwtCThCZ9261Nfnb1EMbVupwM=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=s/I9P72Wmtk9Z2glOfBILyM2Z9XO0FIysmXIqPWjRgh22PUNdhyaWogFS5lr1DOmrsOlrKlS34LNAoLxupfTFSfCznFYW1XikWNkhe7Oi6ld99+knJd6VjMcvveztPkFSxIDSSSbijkzOPnfZ9QlIsJm9ty8sZJBBVH+PmC6Dm4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cnHCIIwb; 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="cnHCIIwb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC283C19421; 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=Ai7ihc33CiaF8tJjsAqwtCThCZ9261Nfnb1EMbVupwM=; h=Date:From:To:Cc:Subject:References:From; b=cnHCIIwbSE2lDDNRd5m4Vd28FLsM7meRNLMg+n5/CAAZS8Tm9ejFBafjXGO34tXsf OJhRjaqSkV3GNznFM/8wzIYInTe1XnlJH0tAcy968ED3zWAWsyiRxOwO15zEw7SVy9 W9mxA9fBVsVY1O+vTBwt/zI90OQKrrZFt5hrS6le7rgY1J6b0k0LRM6+9wzw+Gst5K qu94IM/j/SVOa07dQmTDPEqRyf67BVd1TPj3dW4Kp6aMnXvPAeu2HgXL6lYxXyTwYt w6yt/+xeHrykGsOz72aqq2DVKzqIaZvHNYMMYY02lwjsmDtqgA+tG5eBex+2hHDLK4 Iq8+K2Utez8Yg== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1vRglK-00000009Vpt-22xh; Fri, 05 Dec 2025 20:07:02 -0500 Message-ID: <20251206010702.342074743@kernel.org> User-Agent: quilt/0.68 Date: Fri, 05 Dec 2025 20:06:43 -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 10/15] tracing: Fix typo in trace_events_hist.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 typo "tigger" to "trigger". Link: https://patch.msgid.link/20251121221835.28032-10-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- kernel/trace/trace_events_hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/trace_events_hist.c b/kernel/trace/trace_events_h= ist.c index 289bdea98776..5e6e70540eef 100644 --- a/kernel/trace/trace_events_hist.c +++ b/kernel/trace/trace_events_hist.c @@ -5283,7 +5283,7 @@ hist_trigger_actions(struct hist_trigger_data *hist_d= ata, * on the stack, so when the histogram trigger is initialized * a percpu array of 4 hist_pad structures is allocated. * This will cover every context from normal, softirq, irq and NMI - * in the very unlikely event that a tigger happens at each of + * in the very unlikely event that a trigger happens at each of * these contexts and interrupts a currently active trigger. */ struct hist_pad { --=20 2.51.0