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 880E7C433F5 for ; Thu, 30 Dec 2021 13:21:34 +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=uzjFVsB6oMdsytpgE++7VrLpFqN+j+lSc77wZGSQn0Y=; b=t5cIzAilHmDzMA CJ2ZFXLtz33qxquKbXuPO7zOxbAqYRM3jooIYBjN1a4Kt6h4IdvzbuBPxkXuSv/WCQkapM9SJMbSa TaDpUArwem94sUGpzrbTSSzCPBFVE3bCmSpuNbhkWsNqPYLxTRuXV78FUOYRoSzvJiZj1I6ykrw1K UipkGhpzczXvEbxlkOtmR2SeGsshQ3d0lImC8ZtgUl3+3oHnDVB2RTo685kO72QEPhJUax7LuvRka IWokphleCEihyRHMt55oY5v4pFyO60OQkgXN73qYLLqlGn2hqGhYxToHFytFVzyJz+xrhHvvsoeiy 9Nz1KKIIWq3NwJgFaHaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2vM3-004RDK-SC; Thu, 30 Dec 2021 13:20:27 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2vM0-004RBs-0Q; Thu, 30 Dec 2021 13:20:25 +0000 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 0FC62B81C3E; Thu, 30 Dec 2021 13:20:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FDC4C36AE9; Thu, 30 Dec 2021 13:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1640870420; bh=SbI2di2MmV67kh3BRNtE7ODhZEBFFYkmQQdOEC4qXCM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WQNoJxwBXB0rFpgg4Zm9qK/ohuawWuBwWASAa3I1FIezQUgumKf2UybpZFqlwCqZh fjlP5kv6BcFVCEARwZcoX4NK/+ztrr3xmwiGU7jfZTPMO8a7vqN0OgCBbm/ZwMlY3U mUz1oDusJfT4xGx1iFhKGmudYEtLvlRc5WVrP+40= Date: Thu, 30 Dec 2021 14:20:14 +0100 From: Greg KH To: Gaston Gonzalez Cc: linux-staging@lists.linux.dev, nsaenz@kernel.org, f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com, bcm-kernel-feedback-list@broadcom.com, juerg.haefliger@canonical.com, rdunlap@infradead.org, dave.stevenson@raspberrypi.com, stefan.wahren@i2se.com, unixbhaskar@gmail.com, mitaliborkar810@gmail.com, phil@raspberrypi.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] staging: vc04_services: avoid the use of typedef for function pointers Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211230_052024_201309_9B83423C X-CRM114-Status: GOOD ( 12.31 ) 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 Thu, Dec 30, 2021 at 08:31:23AM -0300, Gaston Gonzalez wrote: > This patch set removes some typedefs for function pointers in vc04_services. > > v1 -> v2: > > - Following Greg suggestion, functions pointers were not renamed making patches > 1 and 2 much smaller. > - Function pointers in vchiq-mmal were not touched as the result is less > readable than the original. > - In the description of changes in the TODO file, it was specified that there > are no current 'struct typedefs' left inside vc04_servivces. > - The name of the particular subsystem of vc04_services was included in the > title of each commit. Much nicer, thanks for redoing this. Now queued up. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel