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 191EFC433FE for ; Wed, 23 Nov 2022 00:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235177AbiKWAJA (ORCPT ); Tue, 22 Nov 2022 19:09:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235105AbiKWAI4 (ORCPT ); Tue, 22 Nov 2022 19:08:56 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F17AD3296; Tue, 22 Nov 2022 16:08:55 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669162133; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NpMA+zNMaAXKIzVLL87sVBSomMTYSA48949Ug9zbik0=; b=PedtZGT9Dk+OywLP6kXQoRWO3w2k7HoKQulLCsfhsw9eJ+XJcLChqVpeJZBHmxV6I8UKEZ u3EVtCZkGoXNmF5YiXwp7MlGOaQ5ZTsEonFPLVyBooEmSSGLUPPO3QfRlQOULhc5sZblOL eCt1bAgOrX5Bp9TGRMVGBB0TG9luK0L4hfVpGi54FxsF4rA75PQQdt2GmFBl9lOzd2TJIa yGpaZxKiGL51AyoaPd05okMlmPk0rouMfhkmaLQJ1BdAHGyBvSKlp4l1EDAwkpZ2VZy6++ tN/8O2Q4UKyoo89k+c/kOY53qBeF5bpcGJMSOrt3nhGWE1fCzhbYhfy5l1aQ0g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669162133; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NpMA+zNMaAXKIzVLL87sVBSomMTYSA48949Ug9zbik0=; b=HCBUurIsJ4SfqL+JiymV2ToAmK8U2oV837dGO/655yZJUzSJosq/YgYNs17OvR5B44NGeV 2Ax9DuPyI+3LuODg== To: Steven Rostedt , David Laight Cc: 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() In-Reply-To: <20221122174506.08ce49bd@gandalf.local.home> References: <20221122171312.191765396@linutronix.de> <20221122173648.619071341@linutronix.de> <2c42cb1fe1fa4b11ba3c0263d7886b68@AcuMS.aculab.com> <20221122174506.08ce49bd@gandalf.local.home> Date: Wed, 23 Nov 2022 01:08:53 +0100 Message-ID: <87fseafs6i.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22 2022 at 17:45, Steven Rostedt wrote: > On Tue, 22 Nov 2022 22:23:11 +0000 > David Laight wrote: > >> > Rename del_timer_sync() to timer_delete_sync() and provide del_timer_sync() >> > as a wrapper. Document that del_timer_sync() is not for new code. >> >> 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. Thanks, tglx