Return-path: Received: from nbd.name ([46.4.11.11]:51864 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027Ab0K2Wlh (ORCPT ); Mon, 29 Nov 2010 17:41:37 -0500 Message-ID: <4CF42C17.2070500@openwrt.org> Date: Mon, 29 Nov 2010 23:41:27 +0100 From: Felix Fietkau MIME-Version: 1.0 To: peter@stuge.se CC: ath9k-devel@lists.ath9k.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" , linux-wireless Subject: Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_print to ath_debug References: <5febb0e1fba0ec2bb77f6ade8b251ba0edf4614c.1290988277.git.joe@perches.com> <20101129060732.5130.qmail@stuge.se> In-Reply-To: <20101129060732.5130.qmail@stuge.se> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 2010-11-29 7:07 AM, Peter Stuge wrote: > Luis R. Rodriguez wrote: >> On Sun, Nov 28, 2010 at 3:53 PM, Joe Perches wrote: >> > Make the function name match the function purpose. >> > ath_debug is a debug only facility. >> > ath_print seems too generic a name for a debug only use. >> >> Nack, I don't see the point. > > The point is to improve readability. I like the patch. And how exactly does this improve readability? Don't get me wrong, I generally like to see more cleanups merged to the ath/ath9k drivers (they do need it, after all). But in my opinion, simple renaming churn like this does nothing but annoy people who want to get other work done at the same time. Consider the large number of lines touched (and the potential merge conflicts with other code because of that), relative to the microscopic aesthetic gain (if any). Instead I'd like to see more cleanups that go beyond trivial function renames. - Felix