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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D5727C5AD4C for ; Thu, 23 Nov 2023 13:17:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PmCqYHNDLavZPL9TtjY8foOsPcLPzmTJI9bNZtN58s8=; b=SJzRpMiC1oCr8d BDZrNoR09pIpRcads1X8xQ2Dg1aVPeoo59/y0qn7mTFS+qJIGvRH3LeYgH3PEdu3E5XdQmVc7o3Tl gVOFYOx3wWphD34ik+f4UDnIWQ761Au5WzMtKcU6LJhVEN4uxFfLGBvds1N3skIaCkWeSXjrgbQ3J /oEqHYVOTrRRnRGT9xz+EZxdAKKRkDPFjTh83GPCwNgnNrKjLQllaVnpw7o4hZro1+ZQV+KwHucHG rmXgmaDz/iloSrzAfRYeXoCQoHlvJBd6YCzERbKaS06N9HDTJh1U7b9U9LOw2G7J13zyL8i7sodHp 0iBql/F5mWFOv0OyEAVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r69Zf-004rtP-2V; Thu, 23 Nov 2023 13:16:55 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r69Yj-004rcg-2T; Thu, 23 Nov 2023 13:15:59 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id C80C6CE290E; Thu, 23 Nov 2023 13:15:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F165C433C9; Thu, 23 Nov 2023 13:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700745355; bh=7+vPY/xAkpMJVVn/7/Cqls5PobuBs8AnIsNePRvDBig=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=syQH2IQOe1YlsOkA294m5TzZip7a2FJpx92iS8AB0mGq6lwYyF84jMgzeAl+UnGJd +tp8J7AHDcrVgiK10ZcpHYWHnwvvsJM7GE6k/46pC3cdHFZLTa5CC0FFwyr+Aqznly /DQserOsCFyNa2y2OHC99xSkaWBchYqxDz3KJ0kc= Date: Thu, 23 Nov 2023 13:11:39 +0000 From: Greg Kroah-Hartman To: Umang Jain Cc: linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, Stefan Wahren , Dan Carpenter , Kieran Bingham , Laurent Pinchart , Phil Elwell , Dave Stevenson Subject: Re: [PATCH 4/9] staging: vc04_services: Shorten helper function name Message-ID: <2023112339-endorse-swaddling-be63@gregkh> References: <20231107095156.365492-1-umang.jain@ideasonboard.com> <20231107095156.365492-5-umang.jain@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231107095156.365492-5-umang.jain@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231123_051558_036714_CE3A16FE X-CRM114-Status: GOOD ( 13.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 07, 2023 at 04:51:51AM -0500, Umang Jain wrote: > Shorten the helper log_category_str() to log_cat(). > Going forwards, this will be used at multiple places with > dev_dbg(). > > No functiional changes intended in this patch. > > Signed-off-by: Umang Jain > --- > .../vc04_services/interface/vchiq_arm/vchiq_core.h | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > index 161358db457c..cc7bb6ca832a 100644 > --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > @@ -39,7 +39,7 @@ enum vchiq_log_category { > VCHIQ_SUSPEND, > }; > > -static inline const char *log_category_str(enum vchiq_log_category c) > +static inline const char *log_cat(enum vchiq_log_category c) This is a bad name for a subsystem-wide function name, why is this needed at all? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel