From mboxrd@z Thu Jan 1 00:00:00 1970 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 E2134382F0C for ; Wed, 29 Apr 2026 20:14:51 +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=1777493692; cv=none; b=KO4GVB3FmcnnpOd1Sl/BQJ2wNOe3B2Rd3vFJHAilUDKIdy+AYw6reAEsY5Xzq0/od32uH1dSaxi3xaT2ZL+nBG8gAWi7WuMWTQ5tmI5r9w9WjN8LqijtEBmpX+g75rwDeLi7FWgJY+b+gzBBtQ7JmxLR5ObicuTC9h34nbzbho8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777493692; c=relaxed/simple; bh=ektY9Uw9p4HMDd9WgVZzivhV/BjMmzJFAQjjKsi4a/g=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=rmSAbdrn/eZApEGqZjYMXTiEWN9wQYdKXtEHoEvgCPLMsKvTIAtKpW59A/XWXWhZGwFqdH/reJfb+3LL/neJLcKu0AWlHX+ckbU3jp/tmaCZICf8fd/jLq7nUgdrxFnZIs6ic9Hd+CZtASxE3B+aykoUi89/4a4wMa/V0VgCo2s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NJRfkHCz; 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="NJRfkHCz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAD48C2BCB4; Wed, 29 Apr 2026 20:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777493691; bh=ektY9Uw9p4HMDd9WgVZzivhV/BjMmzJFAQjjKsi4a/g=; h=Date:From:To:Cc:Subject:References:From; b=NJRfkHCzFUDPtB583QOCQYYCvnxZM3gYx6dPNB3YJjndAMkcB0WRwP1USaS7iJBxo DmW2Diq0+7CAGcJGwf5MOnxl/tAGpquLADUMzTTYfvStD/FJAS8BvWkpTNGSI570vD yVlyu0a56pdpBqa3felpJbR9VSUS5D0wvyF9eRE876351fQCLdSdJsWDkl440Ugmag 7qHpU6CTwsoCKsLOReLWhD7xsj7WKqCDoeKgmFtZsxOuOjMHRQh60a8IIZPsSbBjN8 2W/QphkB4NFa2TGn9ZkvAKos3WhGjWXrX36LtW0hTmYIjRUropEgQeP9ZC9lrUCHKn O//QQulhwd0vQ== Received: from rostedt by gandalf with local (Exim 4.99.1) (envelope-from ) id 1wIBJN-00000003m5o-245r; Wed, 29 Apr 2026 16:15:09 -0400 Message-ID: <20260429201509.351525734@kernel.org> User-Agent: quilt/0.69 Date: Wed, 29 Apr 2026 16:14:55 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Sheng Che Peng Subject: [for-linus][PATCH 2/3] tracepoint: Fix typo in tracepoint.h comment References: <20260429201453.449214720@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: Sheng Che Peng Change "my" to "may" in the description of subsystem configurations. Link: https://patch.msgid.link/20260422021819.1788091-1-synte4028@gmail.com Signed-off-by: Sheng Che Peng Signed-off-by: Steven Rostedt --- include/linux/tracepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 578e520b6ee6..763eea4d80d8 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h @@ -202,7 +202,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) #define TP_CONDITION(args...) args /* - * Individual subsystem my have a separate configuration to + * Individual subsystem may have a separate configuration to * enable their tracepoints. By default, this file will create * the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem * wants to be able to disable its tracepoints from being created -- 2.53.0