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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53B44C6FD19 for ; Mon, 13 Mar 2023 14:30:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231405AbjCMOak (ORCPT ); Mon, 13 Mar 2023 10:30:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230184AbjCMOai (ORCPT ); Mon, 13 Mar 2023 10:30:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C06B193EF; Mon, 13 Mar 2023 07:30:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ABB9B61309; Mon, 13 Mar 2023 14:30:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31D73C433EF; Mon, 13 Mar 2023 14:30:36 +0000 (UTC) Date: Mon, 13 Mar 2023 10:30:33 -0400 From: Steven Rostedt To: paranlee Cc: Masami Hiramatsu , Shuah Khan , "Naveen N. Rao" , Namhyung Kim , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests/ftrace: Update comment and clean up Message-ID: <20230313103033.7bb461ef@gandalf.local.home> In-Reply-To: <20230311124151.43691-1-p4ranlee@gmail.com> References: <20230311124151.43691-1-p4ranlee@gmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 11 Mar 2023 21:41:53 +0900 paranlee wrote: > Update renamed function comment > and clean up indent from 4 space to tab. This isn't C code, it's a shell script where editors do things differently. I only care that the file is constant in its indenting. I won't nack this, but I won't ack it nor take it myself. -- Steve