From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CEAAC433EF for ; Fri, 29 Oct 2021 14:03:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 372AF611C0 for ; Fri, 29 Oct 2021 14:03:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231750AbhJ2OFx (ORCPT ); Fri, 29 Oct 2021 10:05:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:60528 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231676AbhJ2OFt (ORCPT ); Fri, 29 Oct 2021 10:05:49 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 810AE61177; Fri, 29 Oct 2021 14:03:20 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.95) (envelope-from ) id 1mgSTX-001ApE-G8; Fri, 29 Oct 2021 10:03:19 -0400 Message-ID: <20211029140208.987338181@goodmis.org> User-Agent: quilt/0.66 Date: Fri, 29 Oct 2021 10:02:08 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-linus][PATCH 0/2] tracing: Comment fixes Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some bots have informed me that some of the ftrace functions kernel-doc has formatting issues. Also, fix my snake instinct. Steven Rostedt (VMware) (2): ftrace: Fix kernel-doc formatting issues tracing: Fix misspelling of "missing" ---- kernel/trace/ftrace.c | 18 ++++++++++-------- kernel/trace/trace_eprobe.c | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-)