[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1640776340.git.gascoar@gmail.com>
Date: Thu, 30 Dec 2021 08:31:23 -0300
From: Gaston Gonzalez <gascoar@...il.com>
To: linux-staging@...ts.linux.dev
Cc: gregkh@...uxfoundation.org, nsaenz@...nel.org,
f.fainelli@...il.com, rjui@...adcom.com, sbranden@...adcom.com,
bcm-kernel-feedback-list@...adcom.com,
juerg.haefliger@...onical.com, rdunlap@...radead.org,
dave.stevenson@...pberrypi.com, stefan.wahren@...e.com,
unixbhaskar@...il.com, mitaliborkar810@...il.com,
phil@...pberrypi.com, linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
gascoar@...il.com
Subject: [PATCH v2 0/3] staging: vc04_services: avoid the use of typedef for function pointers
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.
Gaston Gonzalez (3):
staging: vc04_services: bcm2835-audio: avoid the use of typedef for
function pointers
staging: vc04_services: bcm2835-camera: avoid the use of typedef for
function pointers
staging: vc04_services: update TODO file
.../staging/vc04_services/bcm2835-audio/bcm2835.c | 12 +++---------
.../staging/vc04_services/bcm2835-camera/controls.c | 10 ++--------
drivers/staging/vc04_services/interface/TODO | 8 ++------
3 files changed, 7 insertions(+), 23 deletions(-)
--
2.34.1
Powered by blists - more mailing lists