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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7C5BC433FE for ; Wed, 23 Nov 2022 00:29:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235263AbiKWA3G (ORCPT ); Tue, 22 Nov 2022 19:29:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234815AbiKWA3F (ORCPT ); Tue, 22 Nov 2022 19:29:05 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5E4174CF0; Tue, 22 Nov 2022 16:29:03 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 63EDBB80DB3; Wed, 23 Nov 2022 00:29:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C70AAC433C1; Wed, 23 Nov 2022 00:28:58 +0000 (UTC) Date: Tue, 22 Nov 2022 19:28:57 -0500 From: Steven Rostedt To: Thomas Gleixner Cc: David Laight , LKML , Linus Torvalds , Anna-Maria Behnsen , Peter Zijlstra , Stephen Boyd , Guenter Roeck , Andrew Morton , Julia Lawall , Arnd Bergmann , Viresh Kumar , Marc Zyngier , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz , "linux-bluetooth@vger.kernel.org" , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "netdev@vger.kernel.org" Subject: Re: [patch V2 09/17] timers: Rename del_timer_sync() to timer_delete_sync() Message-ID: <20221122192857.57adc15f@gandalf.local.home> In-Reply-To: <87fseafs6i.ffs@tglx> References: <20221122171312.191765396@linutronix.de> <20221122173648.619071341@linutronix.de> <2c42cb1fe1fa4b11ba3c0263d7886b68@AcuMS.aculab.com> <20221122174506.08ce49bd@gandalf.local.home> <87fseafs6i.ffs@tglx> 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: netdev@vger.kernel.org On Wed, 23 Nov 2022 01:08:53 +0100 Thomas Gleixner wrote: > >> To change the colo[u]r of the bikeshed, would it be better to > >> name the functions timer_start() and timer_stop[_sync](). > > > > I kinda like this color. ;-) > > Feel free to repaint the series with this new color. My spare cycles are > exhausted by now. Yep, it can always be repainted. Let's just get this in now. -- Steve