From nobody Fri Dec 19 15:07:50 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 50202265CBE for ; Sat, 6 Dec 2025 01:05:54 +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=kuAL6cwEMmIBHhyB3CZYTpvnTr9hc+sFSfPfAPfwhk0wJJ5cryQT8bXkbaBcSOo3n5hQck9f1fR6l5dTHdvDtzilTJYht4p+W1cIZx5XF9hs7ZQxdGKM/sPD8z9GLi/Nsd3jUuK8LwTW9kAl6NPEAQ2uhlU3xPaO2stzfs9sXWw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764983154; c=relaxed/simple; bh=LNmSWvrmYEvwc5/0R8qM1p9eFHpDqPi8HlfpUD0lJgg=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=HQvRSIHTFk7rX/+pihFFIIBvlJG/ogyv55PhbZ7X9HpBAMxqKUzt9riQPoh213hr6efn3TV5p/miKYD9b7/eSoN3IrVufJ5tP5Ins9rL9L+s5WzRXdwsbWWHtUQjRwuDCfaiQk7JmObxds4b99l5KGaJjX+j521GD8316MEWtng= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SL5YsZGY; 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="SL5YsZGY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33874C19422; Sat, 6 Dec 2025 01:05:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764983154; bh=LNmSWvrmYEvwc5/0R8qM1p9eFHpDqPi8HlfpUD0lJgg=; h=Date:From:To:Cc:Subject:References:From; b=SL5YsZGYGhqrSJtpuiYG3HXdT1fcxNq6RrQ8yudschi4Q3Bv6cW1BiRXm41hMLvcw 0VWNbjNQrfyRDuPHEnIBjnYxzrf4tCVSHA0gjKX/ZG3I08WA5soF9ym559si9SJzhm 1RvOXgdl+5CQj83PjZPmtf7ziF7C675W87X0EHpFygKxiU+7U7Ru5p2cxqjC3GRcue LaGVV34CQo0bV5dm8ETKLZFlbXCnjezysL0JFBXCPc7rI9VVuxoJ3cfuTNqnzMXAou Gvx30bcFrnB4ZsIcP5DvzhREYw6WCOrzfN73HGBSOrwPKZ/sWe0KLHY8eGfN1HbeS3 BNRNSNM6WWBlQ== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1vRglK-00000009Vqu-3T24; Fri, 05 Dec 2025 20:07:02 -0500 Message-ID: <20251206010702.676651216@kernel.org> User-Agent: quilt/0.68 Date: Fri, 05 Dec 2025 20:06:45 -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 12/15] tracing: Fix multiple typos in trace_events_user.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: "ambigious" -> "ambiguous" "explictly" -> "explicitly" "Uknown" -> "Unknown" Link: https://patch.msgid.link/20251121221835.28032-12-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- kernel/trace/trace_events_user.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trace/trace_events_user.c b/kernel/trace/trace_events_u= ser.c index b15854c75d4f..dca6e50b3b21 100644 --- a/kernel/trace/trace_events_user.c +++ b/kernel/trace/trace_events_user.c @@ -1041,7 +1041,7 @@ static int user_field_array_size(const char *type) =20 static int user_field_size(const char *type) { - /* long is not allowed from a user, since it's ambigious in size */ + /* long is not allowed from a user, since it's ambiguous in size */ if (strcmp(type, "s64") =3D=3D 0) return sizeof(s64); if (strcmp(type, "u64") =3D=3D 0) @@ -1079,7 +1079,7 @@ static int user_field_size(const char *type) if (str_has_prefix(type, "__rel_loc ")) return sizeof(u32); =20 - /* Uknown basic type, error */ + /* Unknown basic type, error */ return -EINVAL; } =20 @@ -2465,7 +2465,7 @@ static long user_events_ioctl_reg(struct user_event_f= ile_info *info, /* * Prevent users from using the same address and bit multiple times * within the same mm address space. This can cause unexpected behavior - * for user processes that is far easier to debug if this is explictly + * for user processes that is far easier to debug if this is explicitly * an error upon registering. */ if (current_user_event_enabler_exists((unsigned long)reg.enable_addr, --=20 2.51.0